mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Merge pull request #448 from TingPing/awaynotify2
Add away-notify support
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user