X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fproto-p10.c;h=96d3df60122b5d635441eda741e8dc18f54cd5a8;hb=48b08787286d7d777611c7b1658d42d424b7df59;hp=f602a98a958cc99c9c6ee4b4a77ff1a7b6de2209;hpb=b76e9de89cc343f6d675a9f899fd4bcf94166084;p=srvx.git diff --git a/src/proto-p10.c b/src/proto-p10.c index f602a98..96d3df6 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -1579,6 +1579,7 @@ init_parse(void) dict_insert(irc_func_dict, "401", cmd_dummy); /* target left network */ dict_insert(irc_func_dict, "403", cmd_dummy); /* no such channel */ dict_insert(irc_func_dict, "404", cmd_dummy); /* cannot send to channel */ + dict_insert(irc_func_dict, "439", cmd_dummy); /* target change too fast */ dict_insert(irc_func_dict, "441", cmd_dummy); /* target isn't on that channel */ dict_insert(irc_func_dict, "442", cmd_dummy); /* you aren't on that channel */ dict_insert(irc_func_dict, "443", cmd_dummy); /* is already on channel (after invite?) */