diff options
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r-- | src/common/servlist.h | 2 |
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 |