diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-19 04:34:20 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-19 04:34:20 +0200 |
commit | d60cecb8d3e91230cd6b85f358616a3766248077 (patch) | |
tree | 377629e8baca6b64c5eb8e23632e7ccae88312ba /src/common | |
parent | c168a9adc68daf40404b09af26ff26889f65bfa0 (diff) |
Add custom login type to avoid collisions
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" |