Fix wrong hook name
For some reason, the end of a quiet listing has a different hook name.
This commit is contained in:
parent
074548813f
commit
c6864dd7e7
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user