summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_shun.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp
index cb0b7b465..62f4cfd05 100644
--- a/src/modules/m_shun.cpp
+++ b/src/modules/m_shun.cpp
@@ -281,7 +281,8 @@ class ModuleShun : public Module
parameters.clear();
}
- return 1;
+ /* if we're here, allow the command. */
+ return 0;
}
virtual Version GetVersion()