From c6864dd7e79f4b719c69aab0363880001f34d9e5 Mon Sep 17 00:00:00 2001 From: "Vgr E. Barry" Date: Thu, 17 Nov 2016 10:03:04 -0500 Subject: [PATCH] Fix wrong hook name For some reason, the end of a quiet listing has a different hook name. --- src/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks.py b/src/hooks.py index 3a72a2a..69ba3f9 100644 --- a/src/hooks.py +++ b/src/hooks.py @@ -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.