contrib_bots: Update xkcd bot to use send_reply.

This enables private message usage.
This commit is contained in:
neiljp 2017-05-23 18:28:10 -07:00 committed by Tim Abbott
parent 036f66aba3
commit fb9ea6b0d9
1 changed files with 1 additions and 7 deletions

View File

@ -29,13 +29,7 @@ class XkcdHandler(object):
def handle_message(self, message, client, state_handler):
xkcd_bot_response = get_xkcd_bot_response(message)
client.send_message(dict(
type='stream',
to=message['display_recipient'],
subject=message['subject'],
content=xkcd_bot_response,
))
client.send_reply(message, xkcd_bot_response)
class XkcdBotCommand(object):
LATEST = 0