mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
Add missing IRC command 369 (end of whowas)
This commit is contained in:
@@ -4204,6 +4204,7 @@ irc_protocol_recv_command (struct t_irc_server *server, const char *entire_line,
|
||||
{ "366", /* end of /names list */ 1, &irc_protocol_cmd_366 },
|
||||
{ "367", /* banlist */ 1, &irc_protocol_cmd_367 },
|
||||
{ "368", /* end of banlist */ 1, &irc_protocol_cmd_368 },
|
||||
{ "369", /* whowas (end) */ 1, &irc_protocol_cmd_whois_nick_msg },
|
||||
{ "378", /* whois (connecting from) */ 1, &irc_protocol_cmd_whois_nick_msg },
|
||||
{ "379", /* whois (using modes) */ 1, &irc_protocol_cmd_whois_nick_msg },
|
||||
{ "401", /* no such nick/channel */ 1, &irc_protocol_cmd_error },
|
||||
|
||||
Reference in New Issue
Block a user