aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/bot_channel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bot_channel.py b/modules/bot_channel.py
index e0731d1c..c38f4e6f 100644
--- a/modules/bot_channel.py
+++ b/modules/bot_channel.py
@@ -1,7 +1,7 @@
from src import ModuleManager, Utils
-@Utils.export("serverset", {"setting":
- "bot-channel", "help": "Set main channel"})
+@Utils.export("serverset", {"setting": "bot-channel",
+ "help": "Set main channel"})
class Module(ModuleManager.BaseModule):
@Utils.hook("received.numeric.001")
def do_join(self, event):