diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 17:03:41 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 17:03:41 +0200 |
commit | 708c5a734790f2ccdfe1a43118d4c0bb8d50943a (patch) | |
tree | e9957ef3780fcc3f9f2ec6c0c9fdea63b383898e /src | |
parent | 50373f4ff9467e9cd7033f3d9f3b468765d48d90 (diff) |
Make /msg nickserv the default registration type
Fixes #394 and hopefully doesn't break others
Diffstat (limited to 'src')
-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; |