From d60cecb8d3e91230cd6b85f358616a3766248077 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 19 May 2013 04:34:20 +0200 Subject: Add custom login type to avoid collisions --- src/common/servlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/servlist.h b/src/common/servlist.h index 717e153c..26bbabee 100644 --- a/src/common/servlist.h +++ b/src/common/servlist.h @@ -76,6 +76,7 @@ extern GSList *network_list; #define LOGIN_SASL 6 #define LOGIN_PASS 7 #define LOGIN_CHALLENGEAUTH 8 +#define LOGIN_CUSTOM 9 #define CHALLENGEAUTH_ALGO "HMAC-SHA-256" #define CHALLENGEAUTH_NICK "Q@CServe.quakenet.org" -- cgit 1.4.1