Periods are good as are not using dead code.

This commit is contained in:
James Vega 2004-09-01 18:27:10 +00:00
parent adedfb8274
commit 847a98c8c0

View File

@ -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>