From f15527163817f70f3682348d4f0681dd62efda97 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 5 Jan 2019 13:31:01 +0000 Subject: Move RPL_UNINVITED to 653 to avoid a collision with Bahamut/ircu. --- src/modules/m_uninvite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3