mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 07:59:32 +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))
|
L.append(format('%L responded with %q', nicks, reply))
|
||||||
else:
|
else:
|
||||||
L.append(reply)
|
L.append(reply)
|
||||||
irc.reply(utils.commaAndify(L))
|
irc.reply(format('%L', L))
|
||||||
else:
|
else:
|
||||||
irc.reply('I received no version responses.')
|
irc.reply('I received no version responses.')
|
||||||
wait = self.registryValue('versionWait')
|
wait = self.registryValue('versionWait')
|
||||||
|
Loading…
Reference in New Issue
Block a user