diff --git a/bot/quotes.py b/bot/quotes.py index 214d6f7..a59abf1 100644 --- a/bot/quotes.py +++ b/bot/quotes.py @@ -61,7 +61,7 @@ class Quotes(DatabasePlugin): ) '''.format(order=order), [nick, index]) - @command(options_first=True) + @command(options_first=True, quiet=True) def q(self, mask: IrcString, target: IrcString, args: Dict): """Get, add or delete quotes for an user