summaryrefslogtreecommitdiff
path: root/src/irc/notifylist/notifylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/notifylist/notifylist.h')
-rw-r--r--src/irc/notifylist/notifylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/notifylist/notifylist.h b/src/irc/notifylist/notifylist.h
index 65ce4d18..86a30bf4 100644
--- a/src/irc/notifylist/notifylist.h
+++ b/src/irc/notifylist/notifylist.h
@@ -6,7 +6,7 @@ typedef struct {
char **ircnets; /* if non-NULL, check only from these irc networks */
/* notify when AWAY status changes (uses /USERHOST) */
- int away_check:1;
+ unsigned int away_check:1;
/* notify when idle time is reset and it was bigger than this
(uses /WHOIS and PRIVMSG events) */
int idle_check_time;