diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/server.c b/src/common/server.c index 05aa6f8a..2427ac6d 100644 --- a/src/common/server.c +++ b/src/common/server.c @@ -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; |