mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Misc: s/Supybot/Limnoria/ in @version.
This commit is contained in:
parent
eba2be7e87
commit
443999df25
@ -347,7 +347,7 @@ class Misc(callbacks.Plugin):
|
||||
self.log.info('Couldn\'t get website version: %s', e)
|
||||
newest = _('I couldn\'t fetch the newest version '
|
||||
'from the Limnoria repository.')
|
||||
s = _('The current (running) version of this Supybot is %s, '
|
||||
s = _('The current (running) version of this Limnoria is %s, '
|
||||
'running on Python %s. %s') % \
|
||||
(conf.version, sys.version.replace('\n', ' '), newest)
|
||||
irc.reply(s)
|
||||
|
Loading…
Reference in New Issue
Block a user