| 357 |
357 |
| 358 if (!args || !args[1] || !gc) |
358 if (!args || !args[1] || !gc) |
| 359 return; |
359 return; |
| 360 |
360 |
| 361 buf = g_strdup_printf(_("Unknown message '%s'"), args[1]); |
361 buf = g_strdup_printf(_("Unknown message '%s'"), args[1]); |
| 362 gaim_notify_error(gc, _("Unknown message"), buf, _("Gaim has sent a message the IRC server did not understand.")); |
362 gaim_notify_error(gc, _("Unknown message"), buf, _("The IRC server received a message it did not understand.")); |
| 363 g_free(buf); |
363 g_free(buf); |
| 364 } |
364 } |
| 365 |
365 |
| 366 void irc_msg_names(struct irc_conn *irc, const char *name, const char *from, char **args) |
366 void irc_msg_names(struct irc_conn *irc, const char *name, const char *from, char **args) |
| 367 { |
367 { |