summary refs log tree commit diff stats
path: root/src/common/servlist.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-19 04:34:20 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-19 04:34:20 +0200
commitd60cecb8d3e91230cd6b85f358616a3766248077 (patch)
tree377629e8baca6b64c5eb8e23632e7ccae88312ba /src/common/servlist.h
parentc168a9adc68daf40404b09af26ff26889f65bfa0 (diff)
Add custom login type to avoid collisions
Diffstat (limited to 'src/common/servlist.h')
-rw-r--r--src/common/servlist.h1
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"