Forward initial presence to skype

This commit is contained in:
HanzZ 2012-02-17 15:57:40 +01:00
parent d6353232ae
commit cc9d7c7950

View file

@ -541,6 +541,7 @@ bool Skype::loadSkypeBuddies() {
g_strfreev(full_friends_list);
send_command("SET AUTOAWAY OFF");
send_command("SET USERSTATUS ONLINE");
return FALSE;
}