mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
Make /msg nickserv the default registration type
Fixes #394 and hopefully doesn't break others
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user