Merge pull request #448 from TingPing/awaynotify2

Add away-notify support
This commit is contained in:
TingPing
2013-04-03 12:12:26 -07:00
6 changed files with 37 additions and 2 deletions

View File

@@ -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 */