libpurple/protocols/jabber/jabber.c

branch
cpw.malu.xmpp.attention
changeset 25971
96c54b083cb5
parent 25967
b0d9433d1ef5
child 25972
971855320770
equal deleted inserted replaced
25970:ea1f810a794a 25971:96c54b083cb5
2489 PURPLE_MESSAGE_SYSTEM|PURPLE_MESSAGE_NOTIFY, time(NULL)); 2489 PURPLE_MESSAGE_SYSTEM|PURPLE_MESSAGE_NOTIFY, time(NULL));
2490 g_free(str); 2490 g_free(str);
2491 2491
2492 return TRUE; 2492 return TRUE;
2493 } else { 2493 } else {
2494 *error = g_strdup_printf(_("Unable to buzz, because the user %s does not support it."), username); 2494 *error = g_strdup_printf(_("Unable to buzz, because the user %s does"
2495 "not support it or do not wish to receive buzzes now."),
2496 username);
2495 return FALSE; 2497 return FALSE;
2496 } 2498 }
2497 } 2499 }
2498 2500
2499 static PurpleCmdRet jabber_cmd_buzz(PurpleConversation *conv, 2501 static PurpleCmdRet jabber_cmd_buzz(PurpleConversation *conv,

mercurial