summary refs log tree commit diff stats
path: root/src/common/server.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-28 21:24:53 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-28 21:24:53 +0200
commit0a54efdd0c22105a3044fba5486289de4644db99 (patch)
treed34abeb6667d70602012f5c2e782d61e8f6330b2 /src/common/server.c
parent708c5a734790f2ccdfe1a43118d4c0bb8d50943a (diff)
Make NickServ registration configurable per-network
Fixes #394
Diffstat (limited to 'src/common/server.c')
-rw-r--r--src/common/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/server.c b/src/common/server.c
index 2427ac6d..6bcba087 100644
--- a/src/common/server.c
+++ b/src/common/server.c
@@ -1877,7 +1877,6 @@ server_set_defaults (server *serv)
 	serv->nick_modes = strdup ("ohv");
 
 	serv->nickcount = 1;
-	serv->nickservtype = 0;
 	serv->end_of_motd = FALSE;
 	serv->is_away = FALSE;
 	serv->supports_watch = FALSE;