UnSet(filter)
Set(@&messagetype,unknown)
IFMATCHES(%CHAT%,"^§d(.+?)§e sent you §a(.+?) mBTC$")
Set(@&messagetype,mBTCreceive)
MATCH(%CHAT%,"^§d(.+?)§e sent you §a(.+?) mBTC$",{@&name,@&amount})
ENDIF
IFMATCHES(%CHAT%,"^§7\[WHISPER\](.+?)§f: (.+)$")
Set(@&messagetype,whisper)
MATCH(%CHAT%,"^§7\[WHISPER\](.+?)§f: (.+)$",{@&name,@&message})
ENDIF
IFMATCHES(%CHAT%,"^§7\[§f([1-6])§7\]§([abd])(.+?)§r: (.+)$")
Set(@&messagetype,chat)
MATCH(%CHAT%,"^§7\[§f([1-6])§7\]§([abd])(.+?)§r: (.+)$",{@&floor,@&color,@&name,@&message})
ENDIF
// &messagetype - chat
// &floor , &color, &name, &message
// &messagetype - whisper
// &name, &message
// &messagetype - mBTCreceive
// &name, &amount