diff options
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; |