summaryrefslogtreecommitdiff
path: root/src/modules/m_remove.cpp
diff options
context:
space:
mode:
authorGravatar jamie2006-10-02 11:01:19 +0000
committerGravatar jamie2006-10-02 11:01:19 +0000
commitab634a1167307dce7ecdf72b4a295995de195edc (patch)
tree80e7f23a1c4a2b62554c3eec106220e936ea6963 /src/modules/m_remove.cpp
parentAdd more features to modestacker so that we can stack +, -, and parameterless... (diff)
Fix REMOVE reason
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5392 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_remove.cpp')
-rw-r--r--src/modules/m_remove.cpp2
1 files changed, 0 insertions, 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++)
{