Skip to content

Commit

Permalink
quote: Huh, somehow these lost their "mod-only" flag during some chan…
Browse files Browse the repository at this point in the history
…ges along the way
  • Loading branch information
Rosuav committed Aug 11, 2024
1 parent 64e4981 commit ce66314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/quote.pike
Original file line number Diff line number Diff line change
Expand Up @@ -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"}),
Expand All @@ -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}"}),
Expand Down

0 comments on commit ce66314

Please sign in to comment.