1
0
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:
Sebastien Helleu
2008-10-03 16:57:28 +02:00
parent bc3e5a6f7f
commit 01ae24ed08
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -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 },