Fix wrong hook name

For some reason, the end of a quiet listing has a different hook name.
This commit is contained in:
Vgr E. Barry 2016-11-17 10:03:04 -05:00
parent 074548813f
commit c6864dd7e7

View File

@ -401,7 +401,7 @@ def end_banlist(cli, server, bot_nick, chan, message):
handle_endlistmode(cli, chan, "b")
@hook("endofquietlist")
@hook("quietlistend")
def end_quietlist(cli, server, bot_nick, chan, mode, message):
"""Handle the end of the quiet listing.