summary refs log tree commit diff stats
path: root/src/common/server.c
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-03 12:12:26 -0700
committerTingPing <tngpng@gmail.com>2013-04-03 12:12:26 -0700
commit4c217d4ba35808f84099f705524399e703d09df7 (patch)
treedb64393741f8f1083c5d901470f96f2e3259be4a /src/common/server.c
parent23b20813853fba432687025c61733ee58b82e26c (diff)
parenteb5313f8503091017ecb81ad8d48be576a666a81 (diff)
Merge pull request #448 from TingPing/awaynotify2
Add away-notify support
Diffstat (limited to 'src/common/server.c')
-rw-r--r--src/common/server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/server.c b/src/common/server.c
index 1ace2a48..9e07b5d5 100644
--- a/src/common/server.c
+++ b/src/common/server.c
@@ -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;