Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'triggers/triggers.py')
-rw-r--r--triggers/triggers.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/triggers/triggers.py b/triggers/triggers.py
index aa85386..a0a73c8 100644
--- a/triggers/triggers.py
+++ b/triggers/triggers.py
@@ -51,6 +51,9 @@ class Triggers(GajimPlugin):
self._apply_rule)
def _on_presence_received(self, event):
+ # TODO
+ return
+
if event.old_show < 2 and event.new_show > 1:
check_func = self._check_rule_apply_connected
elif event.old_show > 1 and event.new_show < 2: