mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 10:04:25 +01:00
Misc: Fix output of @version.
This commit is contained in:
parent
e6bda5657e
commit
cc9f1f0a2c
@ -321,7 +321,7 @@ class Misc(callbacks.Plugin):
|
||||
'from the Limnoria repository.')
|
||||
s = _('The current (running) version of this Supybot is %s, '
|
||||
'running on Python %s. %s') % \
|
||||
(conf.version, sys.version, newest)
|
||||
(conf.version, sys.version.replace('\n', ' '), newest)
|
||||
irc.reply(s)
|
||||
version = wrap(thread(version))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user