From 0bee078104643aca76c8669718671e43251de2f0 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 24 Sep 2008 19:02:15 +0000 Subject: Fix for bug #610 reported by ankit, numeric changed to 505 git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10596 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_uninvite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_uninvite.cpp b/src/modules/m_uninvite.cpp index becb02603..c868dc300 100644 --- a/src/modules/m_uninvite.cpp +++ b/src/modules/m_uninvite.cpp @@ -59,7 +59,7 @@ class CommandUninvite : public Command if (!u->IsInvited(xname)) { - user->WriteNumeric(491, "%s %s %s :Is not invited to channel %s", user->nick.c_str(), u->nick.c_str(), c->name.c_str(), c->name.c_str()); + user->WriteNumeric(505, "%s %s %s :Is not invited to channel %s", user->nick.c_str(), u->nick.c_str(), c->name.c_str(), c->name.c_str()); return CMD_FAILURE; } if (!c->HasUser(user)) -- cgit v1.2.3