mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
Add missing IRC command 369 (end of whowas)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
WeeChat - Wee Enhanced Environment for Chat
|
||||
===========================================
|
||||
|
||||
ChangeLog - 2008-10-02
|
||||
ChangeLog - 2008-10-03
|
||||
|
||||
|
||||
Version 0.2.7 (under dev!):
|
||||
@@ -45,6 +45,7 @@ Version 0.2.7 (under dev!):
|
||||
* new plugin API with many new functions: hooks, buffer management, bars,
|
||||
config files, lists
|
||||
* new display engine, with prefix and message for each line
|
||||
* add missing IRC commands (328, 369)
|
||||
* fix nick completion bug (missing space after nick)
|
||||
|
||||
Version 0.2.6 (2007-09-06):
|
||||
|
||||
@@ -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