diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-17 01:39:28 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-17 01:40:07 +0200 |
commit | a1a94ed31973c0d8a262c82c3cb3d10c760d0ad7 (patch) | |
tree | e709bd015bb009b58259f3aae5e31fb963fb6550 /src/common/inbound.c | |
parent | 096d0660e2cc707e13d7d55a9f3039418e21e883 (diff) |
Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 07539a63..6c85feec 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1380,7 +1380,10 @@ inbound_nickserv_login (server *serv) case LOGIN_NICKSERV: case LOGIN_NS: case LOGIN_MSG_NS: + case LOGIN_CHALLENGEAUTH: +#if 0 case LOGIN_AUTH: +#endif return 1; default: return 0; |