diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-12 21:21:54 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-12 21:21:54 +0000 |
commit | 0473d2c8db2875bfd7049a94f662984a8e8f815b (patch) | |
tree | 17535cee7496da80bd6022bcaae3eaf94aeba707 /src/irc/irc-commands.c | |
parent | 34ce958df991fcbfed772c591bcf2dc3c8e86b7a (diff) | |
download | weechat-0473d2c8db2875bfd7049a94f662984a8e8f815b.zip |
Plugins messages are logged with new config option (log_plugin_msg); on server buffer, only server messages are logged
Diffstat (limited to 'src/irc/irc-commands.c')
-rw-r--r-- | src/irc/irc-commands.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/irc-commands.c b/src/irc/irc-commands.c index 1e1fc8f97..1cbff48bb 100644 --- a/src/irc/irc-commands.c +++ b/src/irc/irc-commands.c @@ -337,6 +337,8 @@ t_irc_command irc_commands[] = "", "", 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error }, { "409", N_("no origin"), "", "", 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error }, + { "410", N_("no services"), + "", "", 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error }, { "411", N_("no recipient"), "", "", 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error }, { "412", N_("no text to send"), |