From f6c49d16300d5314228d4f243c7779490567b437 Mon Sep 17 00:00:00 2001 From: mal Date: Fri, 17 Jan 2020 23:38:58 +0000 Subject: [PATCH] bugzilla: specify which callback to unregister --- sopel/modules/bugzilla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel/modules/bugzilla.py b/sopel/modules/bugzilla.py index 8eab1cd40c..23c251f66e 100644 --- a/sopel/modules/bugzilla.py +++ b/sopel/modules/bugzilla.py @@ -57,7 +57,7 @@ def setup(bot): def shutdown(bot): - bot.unregister_url_callback(regex) + bot.unregister_url_callback(regex, show_bug) @rule(r'.*https?://(\S+?)'