Added on_typing() and non_command_message() methods.
authorCMDR furrycat <elite@furrycat.net>
Wed, 30 Aug 2017 12:41:48 +0000 (13:41 +0100)
committerCMDR furrycat <elite@furrycat.net>
Wed, 30 Aug 2017 12:41:50 +0000 (13:41 +0100)
commit9ca3511fd5a7fb31c636109f9c45a9099f9a0211
tree2c5bc330b7311316a1892d27b21f94280a6c0372
parentae30021cc6fedb15d6b34d9cc1dc164cefadefcb
Added on_typing() and non_command_message() methods.

Plugins can implement on_typing() to react to a client typing.
Plugins can implement non_command_message() to handle a message that
mentions the bot but was not recognised as a command.
app.py
plugins.py