Add MONITOR support

This commit is contained in:
TingPing
2013-04-03 18:51:54 -04:00
parent 86cf7de430
commit 496ed18e85
6 changed files with 38 additions and 10 deletions

View File

@@ -1881,6 +1881,7 @@ server_set_defaults (server *serv)
serv->end_of_motd = FALSE;
serv->is_away = FALSE;
serv->supports_watch = FALSE;
serv->supports_monitor = FALSE;
serv->bad_prefix = FALSE;
serv->use_who = TRUE;
serv->have_namesx = FALSE;