Fix this back to channel.send_message(), stdout just no.
This commit is contained in:
parent
cc21f1d9a3
commit
e5d298af60
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class Module(object):
|
||||||
"・ ゜・。 。・゜゜ \_ó< beep beep!"
|
"・ ゜・。 。・゜゜ \_ó< beep beep!"
|
||||||
]
|
]
|
||||||
|
|
||||||
event["stdout"].write(random.choice(ducks))
|
channel.send_message(random.choice(ducks))
|
||||||
|
|
||||||
channel.set_setting("active-duck", 1)
|
channel.set_setting("active-duck", 1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue