From c8cb1f0fa6189f2d1334932a2c3ba2e6e1972e15 Mon Sep 17 00:00:00 2001 From: Flummi Date: Wed, 24 Apr 2019 17:48:19 +0000 Subject: [PATCH] pls don't throw any errors. --- bot/quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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