From 8e020d43de73ba96660036b7fbdcdb5d883511e4 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 14 Apr 2012 06:15:21 +0000 Subject: Ignore any auxiliary messages --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 6a54327..b885842 100644 --- a/activity.py +++ b/activity.py @@ -416,6 +416,10 @@ class TextChannelWrapper(object): Converts sender to a Buddy. Calls self._activity_cb which is a callback to the activity. """ + if type_ != 0: + # Exclude any auxiliary messages + return + if self._activity_cb: try: self._text_chan[CHANNEL_INTERFACE_GROUP] -- cgit v0.9.1