From ce6631402991add2b72b0208d7bb24de65beccb7 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Sun, 11 Aug 2024 19:54:25 +1000 Subject: [PATCH] quote: Huh, somehow these lost their "mod-only" flag during some changes along the way --- modules/quote.pike | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/quote.pike b/modules/quote.pike index 1732077b..7d89bca7 100644 --- a/modules/quote.pike +++ b/modules/quote.pike @@ -22,6 +22,7 @@ constant command_suggestions = ([ ]), "!delquote": ([ "_description": "Quotes - Delete a channel quote", + "access": "mod", "conditional": "catch", "message": ([ "builtin": "quote", "builtin_param": ({"Delete", "%s"}), @@ -31,6 +32,7 @@ constant command_suggestions = ([ ]), "!addquote": ([ "_description": "Quotes - Add a channel quote", + "access": "mod", "conditional": "catch", "message": ([ "builtin": "quote", "builtin_param": ({"Add", "", "{@emoted}"}),