diff --git a/plugins/quote.py b/plugins/quote.py index beaa312..7cb7cb1 100755 --- a/plugins/quote.py +++ b/plugins/quote.py @@ -134,7 +134,8 @@ def quote(inp, nick='', chan='', db=None, notice=None): if add: quoted_nick, msg = add.groups() - return add_quote(db, chan, quoted_nick, nick, msg) + notice(add_quote(db, chan, quoted_nick, nick, msg)) + return elif retrieve: select, num = retrieve.groups() by_chan = True if select.startswith('#') else False