summary refs log tree commit diff stats
path: root/src/common/servlist.h
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/servlist.h
parent708c5a734790f2ccdfe1a43118d4c0bb8d50943a (diff)
Make NickServ registration configurable per-network
Fixes #394
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r--src/common/servlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/servlist.h b/src/common/servlist.h
index 5ed3c4d6..b652f463 100644
--- a/src/common/servlist.h
+++ b/src/common/servlist.h
@@ -37,6 +37,7 @@ typedef struct ircnet
 	char *autojoin;
 	char *command;
 	char *nickserv;
+	int nstype;
 	char *comment;
 	char *encoding;
 	GSList *servlist;