Fix this back to channel.send_message(), stdout just no.

This commit is contained in:
dngfx 2018-09-01 02:21:57 +01:00
parent cc21f1d9a3
commit e5d298af60

View file

@ -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)