Closed luken closed 9 years ago
This is provided already for any listen_event that ends with achievement, admin, announcement, emote, incoming, outgoing, text:
listen_event
class MyPlugin(PluginBase): events = {'chat_incoming': 'on_chat_incoming'} def on_chat_incoming(self, e, data): print(data['name'], 'said', data['message'])
See also #179.
This is provided already for any
listen_event
that ends with achievement, admin, announcement, emote, incoming, outgoing, text:See also #179.