pls don't throw any errors.
This commit is contained in:
parent
32c106fc90
commit
c8cb1f0fa6
|
@ -61,7 +61,7 @@ class Quotes(DatabasePlugin):
|
||||||
)
|
)
|
||||||
'''.format(order=order), [nick, index])
|
'''.format(order=order), [nick, index])
|
||||||
|
|
||||||
@command(options_first=True)
|
@command(options_first=True, quiet=True)
|
||||||
def q(self, mask: IrcString, target: IrcString, args: Dict):
|
def q(self, mask: IrcString, target: IrcString, args: Dict):
|
||||||
"""Get, add or delete quotes for an user
|
"""Get, add or delete quotes for an user
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user