aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/hash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hash.py b/modules/hash.py
index 08458666..f3c46d67 100644
--- a/modules/hash.py
+++ b/modules/hash.py
@@ -4,7 +4,7 @@ import hashlib
from src import ModuleManager, utils
class Module(ModuleManager.BaseModule):
- @utils.hook("received.command.hash", min_args=2)
+ @utils.hook("received.command.hash", min_args=2, remove_empty=False)
def hash(self, event):
"""
:help: Hash a given string with a given algorithm