aboutsummaryrefslogtreecommitdiff
path: root/modules/auto_mode.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auto_mode.py')
-rw-r--r--modules/auto_mode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auto_mode.py b/modules/auto_mode.py
index f58c7bee..b369bcbd 100644
--- a/modules/auto_mode.py
+++ b/modules/auto_mode.py
@@ -3,7 +3,7 @@
class Module(object):
def __init__(self, bot):
self.bot = bot
- bot.events.on("boot").on("done").hook(self.book_done)
+ bot.events.on("boot").on("done").hook(self.boot_done)
bot.events.on("channel").on("mode").hook(self.on_mode)
bot.events.on("received").on("join").hook(self.on_join)