aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/skype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/skype/skype.c b/skype/skype.c
index a09476f1..7a677e86 100644
--- a/skype/skype.c
+++ b/skype/skype.c
@@ -871,6 +871,10 @@ static gboolean skype_read_callback( gpointer data, gint fd, b_input_condition c
imc_logout( ic, TRUE );
}
}
+ else if(!strncmp(line, "PROFILE PSTN_BALANCE ", 21))
+ {
+ imcb_log(ic, "SkypeOut balance value is '%s'.", line+21);
+ }
lineptr++;
}
g_strfreev(lines);