From b2fec642fec7a4cf7f0aca2f7bb0d964656dff3e Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 19 May 2013 05:17:13 +0200 Subject: Login type cleanup --- src/fe-gtk/servlistgui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fe-gtk') 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 -- cgit 1.4.1