diff options
author | Peter Powell <petpow@saberuk.com> | 2016-06-22 10:27:18 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-06-22 10:27:18 +0100 |
commit | 5785411ac5949abb30620663e7831c3919710cbf (patch) | |
tree | 59156f7506389cf56ff727292aaef4f0a8d9b586 /include | |
parent | 8314fdddcefc7eed2f7f464ebdc8c75e3c1f5540 (diff) |
Fix sending the wrong numeric when an empty new nick is received.
Diffstat (limited to 'include')
-rw-r--r-- | include/numerics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/numerics.h b/include/numerics.h index 2f25ac0cb..a6e8c337f 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -137,6 +137,7 @@ enum ERR_NOTEXTTOSEND = 412, ERR_UNKNOWNCOMMAND = 421, ERR_NOMOTD = 422, + ERR_NONICKNAMEGIVEN = 431, ERR_ERRONEUSNICKNAME = 432, ERR_NICKNAMEINUSE = 433, ERR_NORULES = 434, // unrealircd |