Add missing IRC command 335
This commit is contained in:
parent
79ea9b54be
commit
09c42f4cf0
@ -4398,6 +4398,7 @@ irc_protocol_recv_command (struct t_irc_server *server, const char *entire_line,
|
||||
{ "331", /* no topic for channel */ 1, &irc_protocol_cmd_331 },
|
||||
{ "332", /* topic of channel */ 0, &irc_protocol_cmd_332 },
|
||||
{ "333", /* infos about topic (nick and date changed) */ 1, &irc_protocol_cmd_333 },
|
||||
{ "335", /* is a bot on */ 1, &irc_protocol_cmd_whois_nick_msg },
|
||||
{ "338", /* whois (host) */ 1, &irc_protocol_cmd_338 },
|
||||
{ "341", /* inviting */ 1, &irc_protocol_cmd_341 },
|
||||
{ "344", /* channel reop */ 1, &irc_protocol_cmd_344 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user