diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-05 13:31:01 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-05 16:54:34 +0000 |
commit | f15527163817f70f3682348d4f0681dd62efda97 (patch) | |
tree | 16914383519fc6b99b3d158ae0da096105cc3206 /src | |
parent | b30988ee6069a6ebe0805fb79a057d7e05688bc6 (diff) |
Move RPL_UNINVITED to 653 to avoid a collision with Bahamut/ircu.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_uninvite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_uninvite.cpp b/src/modules/m_uninvite.cpp index edaabf9fe..ae1553a23 100644 --- a/src/modules/m_uninvite.cpp +++ b/src/modules/m_uninvite.cpp @@ -26,7 +26,7 @@ enum { // InspIRCd-specific. - RPL_UNINVITED = 493 + RPL_UNINVITED = 653 }; /** Handle /UNINVITE |