aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/ducks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 89a74d05..817e444f 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -154,6 +154,8 @@ class Module(object):
channel.games["ducks"]["duck_spawned"] = 1
def channel_message(self, event):
+ if not event["channel"].get_setting("ducks-enabled", False):
+ return
channel = event["channel"]
if "ducks" not in channel.games.keys():