diff options
Diffstat (limited to 'plugins/replace_word.py')
-rw-r--r-- | plugins/replace_word.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/replace_word.py b/plugins/replace_word.py index ce685f49..2c20a309 100644 --- a/plugins/replace_word.py +++ b/plugins/replace_word.py @@ -17,7 +17,6 @@ Just use the word in a message. It will be replaced automatically. """ from plugin import BasePlugin -import tabs import re class Plugin(BasePlugin): |