From ab634a1167307dce7ecdf72b4a295995de195edc Mon Sep 17 00:00:00 2001 From: jamie Date: Mon, 2 Oct 2006 11:01:19 +0000 Subject: Fix REMOVE reason git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5392 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_remove.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index fd85ba280..2b237c08e 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -184,8 +184,6 @@ class RemoveBase /* If a reason is given, use it */ if(pcnt > 2) { - reason << ":"; - /* Use all the remaining parameters as the reason */ for(int i = 2; i < pcnt; i++) { -- cgit v1.2.3