diff options
-rw-r--r-- | src/modules/m_remove.cpp | 2 |
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++) { |