translation

This commit is contained in:
Jeena Paradies 2011-06-27 23:14:11 +02:00
parent 195713ebdd
commit 179ed28c8d

2
cnb.hs
View file

@ -212,7 +212,7 @@ trim = f . f
help :: Nick -> MyStateM () help :: Nick -> MyStateM ()
help n = do help n = do
privmsg "Hilf dir selbst, dann hilft dir Gott." privmsg "Heaven helps those who help themselves."
msg ("usage:") n msg ("usage:") n
msg (" " ++ nick ++ ": help -> this help") n msg (" " ++ nick ++ ": help -> this help") n
msg (" " ++ nick ++ ": add regex~value -> adds a value for a regex") n msg (" " ++ nick ++ ": add regex~value -> adds a value for a regex") n