diff --git a/rules.go b/rules.go index 14d8743..1694de7 100644 --- a/rules.go +++ b/rules.go @@ -223,7 +223,7 @@ func resetMsgParsingRules() { `Example:\\n` + `/t coal\\n\\n` + `Your deals \\((?P[0-9]+)/(?P[0-9]+)\\):\\n` + - `(?P.*)\\n` + + `(?P(?s:.*))\\n` + `Your last 10 comitted trades: /trades$") ,(5000, ` + strconv.Itoa(objSubTypeMessageExchangeAck) + `, "Exchange Ack", "^Here you can buy and sell some items.\\n` + `To find a tradable item just type:\\n` +