diff options
-rw-r--r-- | state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/state.c b/state.c index 59a61ed..14af068 100644 --- a/state.c +++ b/state.c @@ -333,6 +333,7 @@ static const struct { { "005", handleReplyISupport }, { "332", handleReplyTopic }, { "433", handleErrorNicknameInUse }, + { "437", handleErrorNicknameInUse }, { "900", handleReplyLoggedIn }, { "904", handleErrorSASLFail }, { "905", handleErrorSASLFail }, |