aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 3fe00c17..7e1dba33 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -264,7 +264,7 @@ class Module(object):
"・ ゜・。 ​ 。・゜゜ \​_ó< beep beep!"
]
- event["stdout"].write(random.choice(ducks))
+ channel.send_message(random.choice(ducks))
channel.set_setting("active-duck", 1)