mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
Fix option irc.network.away_check
This commit is contained in:
@@ -314,7 +314,8 @@ irc_upgrade_read_cb (int object_id,
|
||||
flags & IRC_NICK_OP,
|
||||
flags & IRC_NICK_HALFOP,
|
||||
flags & IRC_NICK_VOICE,
|
||||
flags & IRC_NICK_CHANUSER);
|
||||
flags & IRC_NICK_CHANUSER,
|
||||
flags & IRC_NICK_AWAY);
|
||||
if (ptr_nick)
|
||||
{
|
||||
str = weechat_infolist_string (infolist, "host");
|
||||
|
||||
Reference in New Issue
Block a user