summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index e327d4f1..ffdd11d1 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -1031,6 +1031,7 @@ class Core:
for jid in jids:
await self.invite(jid, room, force_mediated=True)
+ self.information('Invited %s to %s' % (', '.join(jids), room.bare), 'Info')
# TODO: Use xep_0045's async join_muc_wait somehow instead?
self.xmpp.add_event_handler(