diff options
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 32ffd4d2..3e07ec4e 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -589,6 +589,7 @@ typedef struct server unsigned int supports_watch:1; /* supports the WATCH command */ unsigned int bad_prefix:1; /* gave us a bad PREFIX= 005 number */ unsigned int have_namesx:1; /* 005 tokens NAMESX and UHNAMES */ + unsigned int have_awaynotify:1; unsigned int have_uhnames:1; unsigned int have_whox:1; /* have undernet's WHOX features */ unsigned int have_idmsg:1; /* freenode's IDENTIFY-MSG */ |