mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 18:14:41 +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.')
|
'from the Limnoria repository.')
|
||||||
s = _('The current (running) version of this Supybot is %s, '
|
s = _('The current (running) version of this Supybot is %s, '
|
||||||
'running on Python %s. %s') % \
|
'running on Python %s. %s') % \
|
||||||
(conf.version, sys.version, newest)
|
(conf.version, sys.version.replace('\n', ' '), newest)
|
||||||
irc.reply(s)
|
irc.reply(s)
|
||||||
version = wrap(thread(version))
|
version = wrap(thread(version))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user