diff options
Diffstat (limited to 'src/common/inbound.c')
-rw-r--r-- | src/common/inbound.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/inbound.c b/src/common/inbound.c index 06cabd45..da2cb34c 100644 --- a/src/common/inbound.c +++ b/src/common/inbound.c @@ -1395,10 +1395,10 @@ inbound_nickserv_login (server *serv) { case LOGIN_MSG_NICKSERV: case LOGIN_NICKSERV: - case LOGIN_NS: - case LOGIN_MSG_NS: case LOGIN_CHALLENGEAUTH: #if 0 + case LOGIN_NS: + case LOGIN_MSG_NS: case LOGIN_AUTH: #endif return 1; |