From 2164b0de1227882c1748528719bfa7550cf1e170 Mon Sep 17 00:00:00 2001 From: jamie Date: Mon, 2 Oct 2006 12:13:44 +0000 Subject: Fix PART messages git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5394 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cmd_part.cpp b/src/cmd_part.cpp index cb5dde28e..edc61ef23 100644 --- a/src/cmd_part.cpp +++ b/src/cmd_part.cpp @@ -34,7 +34,7 @@ CmdResult cmd_part::Handle (const char** parameters, int pcnt, userrec *user) if (c) { - if (!c->PartUser(user, pcnt > 1 ? parameters[0] : NULL)) + if (!c->PartUser(user, pcnt > 1 ? parameters[1] : NULL)) /* Arse, who stole our channel! :/ */ delete c; } -- cgit v1.2.3