Ultimate Batheo Athanaton Forum

Full Version: ClapAlong chat sensor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is what they do:
Code:
replace(r, "") <= doesn't work
replace(>, "&.gt;")
replace(<, "&.lt;")
replace($', "")

$' which usually make text turn white or yellow, is replaced by an empty string. Said enough.