summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2011-06-17 13:09:09 +0200
committerJulien Dessaux2011-06-17 13:09:09 +0200
commit62a4220ce0c9b1b6c263a23f8871ab54dfe523a9 (patch)
treecca4e8c0a80ed46ad44f0aa330db02a4e22aaf8c
parentImproved the duck plugin arguments handling (diff)
downloadhsbot-62a4220ce0c9b1b6c263a23f8871ab54dfe523a9.tar.gz
hsbot-62a4220ce0c9b1b6c263a23f8871ab54dfe523a9.tar.bz2
hsbot-62a4220ce0c9b1b6c263a23f8871ab54dfe523a9.zip
Added some duck funny faces
-rw-r--r--Hsbot/Plugin/Duck.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hsbot/Plugin/Duck.hs b/Hsbot/Plugin/Duck.hs
index 7ba2146..946cb0c 100644
--- a/Hsbot/Plugin/Duck.hs
+++ b/Hsbot/Plugin/Duck.hs
@@ -141,7 +141,7 @@ ducks = [ x : y : z | x <- ">=", y <- face, z <- ["__/", "_/"] ]
++ [ L.reverse $ x : y : z | x <- "<=", y <- face, z <- ["__\\", "_\\"] ]
where
face :: String
- face = "oO°@©®ð*òôóø⊕ΩꙫꙩꙨ◔"
+ face = "oO°@©®ð*òôóø⊕ΩꙫꙩꙨ◔ȯõ⁰"
-- | Weapons can have different noises
bangs :: [String]