diff options
Diffstat (limited to '')
-rw-r--r-- | Hsbot/Plugin/Duck.hs | 2 |
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] |