Make /msg nickserv the default registration type

Fixes #394 and hopefully doesn't break others
This commit is contained in:
Berke Viktor 2013-04-28 17:03:41 +02:00
parent 50373f4ff9
commit 708c5a7347
1 changed files with 1 additions and 1 deletions

View File

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