diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-07 15:30:06 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-07 15:30:06 +0000 |
commit | 669b43c9db3c0455404a6e98505708018f0c6790 (patch) | |
tree | cf05c0c1afca0dbe5c8d53638b4e4b6edd5b2702 /include/numerics.h | |
parent | 623c7554a2de6fcee581a4712dd8947c14a9481b (diff) |
Fix incorrect numerics, closes bug #588
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10113 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/numerics.h')
-rw-r--r-- | include/numerics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/numerics.h b/include/numerics.h index bd92390da..9ed398f87 100644 --- a/include/numerics.h +++ b/include/numerics.h @@ -56,8 +56,8 @@ enum Numerics RPL_SYNTAX = 304, // insp-specific - RPL_NOWAWAY = 305, - RPL_UNAWAY = 306, + RPL_UNAWAY = 305, + RPL_NOWAWAY = 306, RPL_RULESTART = 308, // unrealircd RPL_RULESEND = 309, // unrealircd |