summaryrefslogtreecommitdiff
path: root/plugins/remove_get_trackers.py
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2020-08-14 01:21:19 +0200
committerMaxime Buquet <pep@bouah.net>2020-08-14 01:21:19 +0200
commit96f3bd72ac2704534388d993f644ec55abdf31b2 (patch)
treeb0556f15731af6fe51a9c9253e38155306741169 /plugins/remove_get_trackers.py
parenta72a484509ceb276ac037b6ce4c6a1b733bbbe2f (diff)
parentc9f331245f7ba6a2120247ef3bdc654fd0d0624f (diff)
downloadpoezio-96f3bd72ac2704534388d993f644ec55abdf31b2.tar.gz
poezio-96f3bd72ac2704534388d993f644ec55abdf31b2.tar.bz2
poezio-96f3bd72ac2704534388d993f644ec55abdf31b2.tar.xz
poezio-96f3bd72ac2704534388d993f644ec55abdf31b2.zip
Merge branch 'plugin-untrackme' into 'master'
Plugin untrackme See merge request poezio/poezio!154
Diffstat (limited to 'plugins/remove_get_trackers.py')
-rw-r--r--plugins/remove_get_trackers.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/remove_get_trackers.py b/plugins/remove_get_trackers.py
index 423e9b4e..db1e87f3 100644
--- a/plugins/remove_get_trackers.py
+++ b/plugins/remove_get_trackers.py
@@ -6,6 +6,8 @@ import re
class Plugin(BasePlugin):
def init(self):
+ self.api.information('This plugin is deprecated and will be replaced by \'untrackme\'.', 'Warning')
+
self.api.add_event_handler('muc_say', self.remove_get_trackers)
self.api.add_event_handler('conversation_say', self.remove_get_trackers)
self.api.add_event_handler('private_say', self.remove_get_trackers)