summary refs log tree commit diff stats
path: root/src/fe-gtk/servlistgui.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/fe-gtk/servlistgui.c
parentd60cecb8d3e91230cd6b85f358616a3766248077 (diff)
Login type cleanup
Diffstat (limited to 'src/fe-gtk/servlistgui.c')
-rw-r--r--src/fe-gtk/servlistgui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c
index 7e3f5343..5f75cd0e 100644
--- a/src/fe-gtk/servlistgui.c
+++ b/src/fe-gtk/servlistgui.c
@@ -121,11 +121,11 @@ static int login_types_conf[] =
 	LOGIN_PASS,
 	LOGIN_MSG_NICKSERV,
 	LOGIN_NICKSERV,
-	LOGIN_MSG_NS,
 	LOGIN_CHALLENGEAUTH,
 	LOGIN_CUSTOM
 #if 0
 	LOGIN_NS,
+	LOGIN_MSG_NS,
 	LOGIN_AUTH,
 #endif
 };
@@ -137,11 +137,11 @@ static const char *login_types[]=
 	"Server Password (/PASS password)",
 	"NickServ (/MSG NickServ + password)",
 	"NickServ (/NICKSERV + password)",
-	"NickServ (/MSG NS + password)",
 	"Challenge Auth (username + password)",
 	"Custom... (connect commands)",
 #if 0
 	"NickServ (/NS + password)",
+	"NickServ (/MSG NS + password)",
 	"AUTH (/AUTH nickname password)",
 #endif
 	NULL