You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.core.information('Attention is supported!', 'Info')
1425
+
self.core.information('Attention is supported', 'Info')
1426
1426
self.remote_supports_attention=True
1427
1427
self.commands['attention'] = (self.command_attention, _('Usage: /attention [message]\nAttention: Require the attention of the contact. Can also send a message along with the attention.'), None)
1428
1428
else:
1429
-
self.core.information('Attention is not supported. :(', 'Info')
self.core.information('Attention is supported!', 'Info')
2206
+
self.core.information('Attention is supported', 'Info')
2208
2207
self.remote_supports_attention=True
2209
2208
self.commands['attention'] = (self.command_attention, _('Usage: /attention [message]\nAttention: Require the attention of the contact. Can also send a message along with the attention.'), None)
2210
2209
else:
2211
-
self.core.information('Attention is not supported. :(', 'Info')
0 commit comments