mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
plugins/Ctcp: Fix another utils.commaAndify bug.
This commit is contained in:
parent
8730832e69
commit
5e07947f74
@ -139,7 +139,7 @@ class Ctcp(callbacks.PluginRegexp):
|
||||
L.append(format('%L responded with %q', nicks, reply))
|
||||
else:
|
||||
L.append(reply)
|
||||
irc.reply(utils.commaAndify(L))
|
||||
irc.reply(format('%L', L))
|
||||
else:
|
||||
irc.reply('I received no version responses.')
|
||||
wait = self.registryValue('versionWait')
|
||||
|
Loading…
x
Reference in New Issue
Block a user