mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Periods are good as are not using dead code.
This commit is contained in:
parent
adedfb8274
commit
847a98c8c0
@ -131,10 +131,8 @@ class Config(callbacks.Privmsg):
|
|||||||
L = self._list(name)
|
L = self._list(name)
|
||||||
if L:
|
if L:
|
||||||
irc.reply(utils.commaAndify(L))
|
irc.reply(utils.commaAndify(L))
|
||||||
elif groups:
|
|
||||||
irc.reply('%s has no subgroups.' % name)
|
|
||||||
else:
|
else:
|
||||||
irc.error('There don\'t seem to be any values in %s' % name)
|
irc.error('There don\'t seem to be any values in %s.' % name)
|
||||||
|
|
||||||
def search(self, irc, msg, args):
|
def search(self, irc, msg, args):
|
||||||
"""<word>
|
"""<word>
|
||||||
|
Loading…
Reference in New Issue
Block a user