summaryrefslogtreecommitdiff
path: root/plugins/simple_notify.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/simple_notify.py')
-rw-r--r--plugins/simple_notify.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/simple_notify.py b/plugins/simple_notify.py
index 32861d87..61045130 100644
--- a/plugins/simple_notify.py
+++ b/plugins/simple_notify.py
@@ -1,14 +1,5 @@
-# A plugin that adds the /link command, letting you open links that are pasted
-# in the conversation, without having to click them.
-
-import os
-import re
-
-from plugin import BasePlugin, PluginConfig
+from plugin import BasePlugin
from xhtml import clean_text, get_body_from_message_stanza
-import common
-
-url_pattern = re.compile(r'\b(http[s]?://(?:\S+))\b', re.I|re.U)
class Plugin(BasePlugin):
def init(self):