summaryrefslogtreecommitdiff
path: root/poezio/core
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-01-23 23:33:33 +0000
committerMaxime “pep” Buquet <pep@bouah.net>2019-01-23 23:36:31 +0000
commited8224a3a51f3e17e6e88c239107f8f51cf02fb0 (patch)
treeda017f6f5487fa33f58ad01ba97182cdc90fe770 /poezio/core
parent66c4f02c8ef8bb1d5f67086b24f65d2557f4d13d (diff)
downloadpoezio-ed8224a3a51f3e17e6e88c239107f8f51cf02fb0.tar.gz
poezio-ed8224a3a51f3e17e6e88c239107f8f51cf02fb0.tar.bz2
poezio-ed8224a3a51f3e17e6e88c239107f8f51cf02fb0.tar.xz
poezio-ed8224a3a51f3e17e6e88c239107f8f51cf02fb0.zip
Improve text of impromptu command
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'poezio/core')
-rw-r--r--poezio/core/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/commands.py b/poezio/core/commands.py
index 86df9a93..2cb2b291 100644
--- a/poezio/core/commands.py
+++ b/poezio/core/commands.py
@@ -780,7 +780,7 @@ class CommandCore:
jids.add(safeJID(jid).bare)
asyncio.ensure_future(self.core.impromptu(jids))
- self.core.information('Invited %s to a random room' % (' '.join(jids)), 'Info')
+ self.core.information('Invited %s to a random room' % (', '.join(jids)), 'Info')
@command_args_parser.quoted(1, 1, [''])
def decline(self, args):