summaryrefslogtreecommitdiff
path: root/plugins/revstr.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/revstr.py')
-rw-r--r--plugins/revstr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/revstr.py b/plugins/revstr.py
index 0fa93bb1..561b87fe 100644
--- a/plugins/revstr.py
+++ b/plugins/revstr.py
@@ -5,6 +5,7 @@ Reverse everything you say (``Je proteste énergiquement`` will become
from poezio.plugin import BasePlugin
from poezio import xhtml
+
class Plugin(BasePlugin):
def init(self):
self.api.add_event_handler('muc_say', self.revstr)