From ed6b9c90fe69d9745e55450addaa009ecf1d94be Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 26 Nov 2006 04:43:06 +0000 Subject: [PATCH] Make numeric 443 ERR_USERONCHANNEL conform to the RFC git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5799 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_invite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd_invite.cpp b/src/cmd_invite.cpp index ccac0df7b..2458134f3 100644 --- a/src/cmd_invite.cpp +++ b/src/cmd_invite.cpp @@ -60,7 +60,7 @@ CmdResult cmd_invite::Handle (const char** parameters, int pcnt, userrec *user) if (c->HasUser(u)) { - user->WriteServ("443 %s %s %s :Is already on channel %s",user->nick,u->nick,c->name,c->name); + user->WriteServ("443 %s %s %s :is already on channel",user->nick,u->nick,c->name); return CMD_FAILURE; } -- 2.39.5