From b908f9dffb7c96193daf4886f426230c0630b9df Mon Sep 17 00:00:00 2001 From: Tobias Tom Date: Tue, 28 Jun 2011 20:15:41 +0200 Subject: [PATCH] =?UTF-8?q?Fixed:=20=C2=BBJeena,=20arbeitest=20du=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cnb.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnb.hs b/cnb.hs index bb8dd5d..d8f5696 100644 --- a/cnb.hs +++ b/cnb.hs @@ -240,7 +240,7 @@ startStore :: Store startStore = [ ("^jump$", "The quick brown clynx jumps over the lazy oak."), ("^ok$", "ok"), - ("(J|j)eena,? arbeitest du", "Jeena, sag doch mal."), + ("(J|j)eena(,|:)? arbeitest du?", "Jeena, sag doch mal."), -- (nick, "Keine ungefragten queries!"), ("(php|PHP)", "'PHP' <- Ha ha!"), ("(E|e)rlang", "Oh yeah!"),