aboutsummaryrefslogtreecommitdiff
path: root/modules/pong.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-10-03 13:22:37 +0100
committerGravatar jesopo2018-10-03 13:22:37 +0100
commit69d58eede2e9bf83aa1ed1d8fcf956efde494726 (patch)
tree11aa30f2a357f3be23ad97315dae3df051455cbe /modules/pong.py
parentAdd a way to not add a user automatically in IRCServer.get_user (diff)
signature
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
related functionality
Diffstat (limited to 'modules/pong.py')
-rw-r--r--modules/pong.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pong.py b/modules/pong.py
index 8742c678..3a4cb11d 100644
--- a/modules/pong.py
+++ b/modules/pong.py
@@ -1,7 +1,7 @@
-from src import ModuleManager, Utils
+from src import ModuleManager, utils
class Module(ModuleManager.BaseModule):
- @Utils.hook("received.command.ping")
+ @utils.hook("received.command.ping")
def pong(self, event):
"""
:help: Ping pong!