summary refs log tree commit diff stats
path: root/src/common/servlist.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-19 05:17:13 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-19 05:17:13 +0200
commitb2fec642fec7a4cf7f0aca2f7bb0d964656dff3e (patch)
treebd0494a742951a529f0a4102116ad533c280d047 /src/common/servlist.h
parentd60cecb8d3e91230cd6b85f358616a3766248077 (diff)
Login type cleanup
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r--src/common/servlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/servlist.h b/src/common/servlist.h
index 26bbabee..45b6dad6 100644
--- a/src/common/servlist.h
+++ b/src/common/servlist.h
@@ -70,9 +70,11 @@ extern GSList *network_list;
 #define LOGIN_DEFAULT			0				/* this is for the login type dropdown, doesn't serve any other purpose */
 #define LOGIN_MSG_NICKSERV		1
 #define LOGIN_NICKSERV			2
+#if 0
 #define LOGIN_NS				3
 #define LOGIN_MSG_NS			4
 #define LOGIN_AUTH				5
+#endif
 #define LOGIN_SASL				6
 #define LOGIN_PASS				7
 #define LOGIN_CHALLENGEAUTH		8