summaryrefslogtreecommitdiff
path: root/src/irc/irc-commands.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-03-04 23:20:41 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-03-04 23:20:41 +0000
commit1a510e15980ae96e3c495c8b273282f099fa46f5 (patch)
treef55984b891aa79e29fabdee44fac887cd02eacae /src/irc/irc-commands.c
parent650805f2045fed1c8d02a7dd91244260f26c490a (diff)
downloadweechat-1a510e15980ae96e3c495c8b273282f099fa46f5.zip
Added missing IRC command "487"
Diffstat (limited to 'src/irc/irc-commands.c')
-rw-r--r--src/irc/irc-commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/irc-commands.c b/src/irc/irc-commands.c
index 060498f97..061ce4766 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.c
@@ -562,6 +562,8 @@ t_irc_command irc_commands[] =
NULL, 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error },
{ "485", N_("user is immune from kick/deop"), "", "",
NULL, 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error },
+ { "487", N_("network split"), "", "",
+ NULL, 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error },
{ "491", N_("no O-lines for your host"), "", "",
NULL, 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_error },
{ "501", N_("unknown mode flag"), "", "",