summary refs log tree commit diff stats
path: root/src/common/inbound.c
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/inbound.c
parentd60cecb8d3e91230cd6b85f358616a3766248077 (diff)
Login type cleanup
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r--src/common/inbound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c
index 06cabd45..da2cb34c 100644
--- a/src/common/inbound.c
+++ b/src/common/inbound.c
@@ -1395,10 +1395,10 @@ inbound_nickserv_login (server *serv)
 	{
 		case LOGIN_MSG_NICKSERV:
 		case LOGIN_NICKSERV:
-		case LOGIN_NS:
-		case LOGIN_MSG_NS:
 		case LOGIN_CHALLENGEAUTH:
 #if 0
+		case LOGIN_NS:
+		case LOGIN_MSG_NS:
 		case LOGIN_AUTH:
 #endif
 			return 1;