diff options
author | TingPing <tngpng@gmail.com> | 2013-04-03 12:12:26 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-03 12:12:26 -0700 |
commit | 4c217d4ba35808f84099f705524399e703d09df7 (patch) | |
tree | db64393741f8f1083c5d901470f96f2e3259be4a /src/common/hexchat.h | |
parent | 23b20813853fba432687025c61733ee58b82e26c (diff) | |
parent | eb5313f8503091017ecb81ad8d48be576a666a81 (diff) |
Merge pull request #448 from TingPing/awaynotify2
Add away-notify support
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 */ |