diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index dda9dcd4..5b7bf3af 100644 --- a/src/core.py +++ b/src/core.py @@ -1383,6 +1383,8 @@ class Core(object): jid, type, status = args[0], args[1], args[2] else: return + if jid == '.' and isinstance(self.current_tab(), tabs.ChatTab): + jid = self.current_tab().get_name() if type == 'available': type = None try: |