diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/servlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |