From ea5977da4ae11e19064c4acb8b9ff2be199d6ada Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 24 Aug 2019 14:12:40 +0200 Subject: Fix /self --- poezio/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core') diff --git a/poezio/core/commands.py b/poezio/core/commands.py index 7112cfda..eff50a29 100644 --- a/poezio/core/commands.py +++ b/poezio/core/commands.py @@ -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 -- cgit v1.2.3