1
0
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:
Sebastien Helleu
2008-10-26 20:00:50 +01:00
parent b5730ec025
commit f126daa896
11 changed files with 97 additions and 65 deletions
+2 -1
View File
@@ -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");