Moar optimisation
This commit is contained in:
parent
66c43af84e
commit
90aa412a00
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def ignoresieve(bot, input, func, type, args):
|
|||
def ignored(inp, bot=None):
|
||||
".ignored -- Lists ignored channels/users."
|
||||
if ignorelist:
|
||||
return "Ignored channels/users are: " + ", ".join(ignorelist)
|
||||
return "Ignored channels/users are: %s" % ", ".join(ignorelist)
|
||||
else:
|
||||
return "No channels/users are currently ignored."
|
||||
|
||||
|
|
Reference in a new issue