Archived
1
0
Fork 0

Forgot to add a notification on quote start command.

This commit is contained in:
Julien Dessaux 2011-09-30 22:46:10 +02:00
parent 09a7af7091
commit accf85183b

View file

@ -261,5 +261,6 @@ quoteStart quoteDB msg quotee phrase =
let newQuote = emptyQuote { quoter = sender
, quotE = [ QuoteElt { eltQuotee = quotee, eltQuote = thatQuote } ]
, quoteTime = now }
update' quoteDB (SetQuote quoteID newQuote)
_ <- update' quoteDB (SetQuote quoteID newQuote)
answerMsg msg $ sender ++ ": new quote added with ID " ++ show quoteID