# HG changeset patch # User Matthew Wild # Date 1638789997 0 # Node ID 95b668d73ff961bd7d1eb4805d3067f7041d4699 # Parent ec0567256b11c937da380cd28e9b076fca25f2d9 rtbl_admin: Fix reason string (abuse is defined to be the most generic) Would be nice to support reasons in the future (and text annotations) diff -r ec0567256b11 -r 95b668d73ff9 plugins/rtbl_admin.lua --- a/plugins/rtbl_admin.lua Sun Dec 05 18:35:39 2021 +0000 +++ b/plugins/rtbl_admin.lua Mon Dec 06 11:26:37 2021 +0000 @@ -16,7 +16,7 @@ -- verse.stanza("report", { xmlns = "urn:xmpp:reporting:1"; - reason = "urn:xmpp:reporting:spam"; }), + reason = "urn:xmpp:reporting:abuse"; }), function (success) -- callback if not success then command:reply("Failed to update RTBL");