aboutsummaryrefslogtreecommitdiff
path: root/modules/hash.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hash.py')
-rw-r--r--modules/hash.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hash.py b/modules/hash.py
index 04b2f99c..ba206105 100644
--- a/modules/hash.py
+++ b/modules/hash.py
@@ -1,8 +1,8 @@
import hashlib
-from src import ModuleManager, Utils
+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)
def hash(self, event):
"""
:help: Hash a given string with a given algorithm