summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2011-05-15 14:20:44 +0200
committerJulien Dessaux2011-05-15 14:20:44 +0200
commit6de38599a20cd2445fd51bc84e11c0d78cbdc91a (patch)
tree2759ae2c1a2f7a5dfc2087409b64a351a0a334bc
parentFixed Duck module's behaviour when talked from other channels. (diff)
downloadhsbot-6de38599a20cd2445fd51bc84e11c0d78cbdc91a.tar.gz
hsbot-6de38599a20cd2445fd51bc84e11c0d78cbdc91a.tar.bz2
hsbot-6de38599a20cd2445fd51bc84e11c0d78cbdc91a.zip
Some more stupid ducks' 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 89d9a36..6a97abd 100644
--- a/Hsbot/Plugin/Duck.hs
+++ b/Hsbot/Plugin/Duck.hs
@@ -151,7 +151,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]