diff --git a/src/rcgcdw.py b/src/rcgcdw.py index 4fb71e8..caece77 100644 --- a/src/rcgcdw.py +++ b/src/rcgcdw.py @@ -279,7 +279,7 @@ def abuselog_processing(entry): action = "abuselog" if action in settings["ignored"]: return - context = Context(settings["appearance"]["mode"], "abuselog", settings["webhookURL"], client, formatters_i18n, settings) + context = Context(settings["appearance"]["mode"], "abuselog", settings.get("abuselog_webhookURL", settings["webhookURL"]), client, formatters_i18n, settings) context.event = action run_hooks(pre_hooks, context, entry) try: