From 09a7af70918676912077968097e5f552cc09cb81 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 30 Sep 2011 22:44:02 +0200 Subject: cosmetic --- Hsbot/Plugin/Quote.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hsbot/Plugin/Quote.hs b/Hsbot/Plugin/Quote.hs index fae5a4e..bb8b531 100644 --- a/Hsbot/Plugin/Quote.hs +++ b/Hsbot/Plugin/Quote.hs @@ -235,7 +235,7 @@ quoteDeleteElt quoteDB msg quoteID eltID = do _ <- update' quoteDB (SetQuote quoteID newQuote') answerMsg msg $ sender ++ ": Appended to quote " ++ show quoteID ++ "." Just False -> answerMsg msg $ sender ++ ": Someone else is editing this quote right now." - Nothing -> answerMsg msg $ sender ++ ":quoteId not found." + Nothing -> answerMsg msg $ sender ++ ": quoteId not found." where sender = getSender msg channel = getChannel msg -- cgit v1.2.3