| 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, |