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

@@ -1884,6 +1884,7 @@ server_set_defaults (server *serv)
serv->bad_prefix = FALSE;
serv->use_who = TRUE;
serv->have_namesx = FALSE;
serv->have_awaynotify = FALSE;
serv->have_uhnames = FALSE;
serv->have_whox = FALSE;
serv->have_idmsg = FALSE;