Fix /self

This commit is contained in:
mathieui 2019-08-24 14:12:40 +02:00
parent cbc460106f
commit ea5977da4a
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -1088,7 +1088,7 @@ class CommandCore:
info = ('Your JID is %s\nYour current status is "%s" (%s)'
'\nYour default nickname is %s\nYou are running poezio %s' %
(jid, message if message else '', show
if show else 'available', nick, config_opts.version))
if show else 'available', nick, config_opts.custom_version))
self.core.information(info, 'Info')
@command_args_parser.ignored