summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_shun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp
index 62f4cfd05..05f4bfe3c 100644
--- a/src/modules/m_shun.cpp
+++ b/src/modules/m_shun.cpp
@@ -278,7 +278,7 @@ class ModuleShun : public Module
else if (command == "PART")
{
/* same for PART */
- parameters.clear();
+ parameters[1] = "";
}
/* if we're here, allow the command. */