Make NickServ registration configurable per-network

Fixes #394
This commit is contained in:
Berke Viktor
2013-04-28 21:24:53 +02:00
parent 708c5a7347
commit 0a54efdd0c
5 changed files with 105 additions and 12 deletions

View File

@@ -1877,7 +1877,6 @@ server_set_defaults (server *serv)
serv->nick_modes = strdup ("ohv");
serv->nickcount = 1;
serv->nickservtype = 0;
serv->end_of_motd = FALSE;
serv->is_away = FALSE;
serv->supports_watch = FALSE;