mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
irc: add missing "cap_extended_join" in comment
This commit is contained in:
@@ -421,8 +421,9 @@ irc_upgrade_read_cb (const void *pointer, void *data,
|
||||
if (str)
|
||||
irc_upgrade_current_server->nick_modes = strdup (str);
|
||||
/*
|
||||
* "cap_ls" and "cap_list" replace "cap_away_notify" and
|
||||
* "cap_account_notify" in WeeChat 2.2
|
||||
* "cap_ls" and "cap_list" replace "cap_away_notify",
|
||||
* "cap_account_notify" and "cap_extended_join"
|
||||
* in WeeChat 2.2
|
||||
*/
|
||||
if (weechat_infolist_integer (infolist, "cap_away_notify"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user