Forgot to add a notification on quote start command.
This commit is contained in:
parent
09a7af7091
commit
accf85183b
1 changed files with 2 additions and 1 deletions
|
@ -261,5 +261,6 @@ quoteStart quoteDB msg quotee phrase =
|
||||||
let newQuote = emptyQuote { quoter = sender
|
let newQuote = emptyQuote { quoter = sender
|
||||||
, quotE = [ QuoteElt { eltQuotee = quotee, eltQuote = thatQuote } ]
|
, quotE = [ QuoteElt { eltQuotee = quotee, eltQuote = thatQuote } ]
|
||||||
, quoteTime = now }
|
, quoteTime = now }
|
||||||
update' quoteDB (SetQuote quoteID newQuote)
|
_ <- update' quoteDB (SetQuote quoteID newQuote)
|
||||||
|
answerMsg msg $ sender ++ ": new quote added with ID " ++ show quoteID
|
||||||
|
|
||||||
|
|
Reference in a new issue