summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Hsbot/Plugin/Quote.hs2
1 files changed, 1 insertions, 1 deletions
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