aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/resume.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/resume.py b/modules/resume.py
index 2954cb3b..90e516aa 100644
--- a/modules/resume.py
+++ b/modules/resume.py
@@ -63,7 +63,7 @@ class Module(ModuleManager.BaseModule):
@utils.hook("self.join")
def on_join(self, event):
- resume_channels = event["server"].get_settings("resume-channels", [])
+ resume_channels = event["server"].get_setting("resume-channels", [])
channel_name = event["server"].irc_lower(event["channel"].name)
if not channel_name in resume_channels:
resume_channels.append(channel_name)