Skip to content

Commit

Permalink
bugzilla: specify which callback to unregister
Browse files Browse the repository at this point in the history
  • Loading branch information
half-duplex committed Jan 18, 2020
1 parent 31bd4ff commit f6c49d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/bugzilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+?)'
Expand Down

0 comments on commit f6c49d1

Please sign in to comment.