summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc')
-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"), "", "",