X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fproto-p10.c;h=ec95c4a776d59cfc8ad3713e764e980a9283c5e4;hb=3347e61580d203fba631f8664de8d1f46294ae22;hp=14430fde79d7656fe4221d4826b300f8f0307bd5;hpb=5d44e8de048fb0bc8d206cf5b5708d3a1d384433;p=srvx.git diff --git a/src/proto-p10.c b/src/proto-p10.c index 14430fd..ec95c4a 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -1518,6 +1518,7 @@ init_parse(void) 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?) */ dict_insert(irc_func_dict, "461", cmd_dummy); /* Not enough parameters (after TOPIC w/ 0 args) */ + dict_insert(irc_func_dict, "467", cmd_dummy); /* Channel key already set */ num_privmsg_funcs = 16; privmsg_funcs = malloc(sizeof(privmsg_func_t)*num_privmsg_funcs);