summaryrefslogtreecommitdiff
path: root/plugins/replace_word.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/replace_word.py')
-rw-r--r--plugins/replace_word.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/replace_word.py b/plugins/replace_word.py
index ce66dff4..41e1da23 100644
--- a/plugins/replace_word.py
+++ b/plugins/replace_word.py
@@ -19,6 +19,7 @@ Just use the word in a message. It will be replaced automatically.
from poezio.plugin import BasePlugin
import re
+
class Plugin(BasePlugin):
def init(self):
self.api.add_event_handler('conversation_say', self.replace_pattern)