Make /msg nickserv the default registration type
Fixes #394 and hopefully doesn't break others
This commit is contained in:
parent
50373f4ff9
commit
708c5a7347
|
@ -1877,7 +1877,7 @@ server_set_defaults (server *serv)
|
||||||
serv->nick_modes = strdup ("ohv");
|
serv->nick_modes = strdup ("ohv");
|
||||||
|
|
||||||
serv->nickcount = 1;
|
serv->nickcount = 1;
|
||||||
serv->nickservtype = 1;
|
serv->nickservtype = 0;
|
||||||
serv->end_of_motd = FALSE;
|
serv->end_of_motd = FALSE;
|
||||||
serv->is_away = FALSE;
|
serv->is_away = FALSE;
|
||||||
serv->supports_watch = FALSE;
|
serv->supports_watch = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue