Hey, does anyone know how to disable using HTML in chat without changing the whole SWF file?
All help would be appreciated, thanks <3
Printable View
Hey, does anyone know how to disable using HTML in chat without changing the whole SWF file?
All help would be appreciated, thanks <3
Yes, you could do that serverside by removing HTML tags. Just make some check in ChatComposer.cs :)
You can utilize regex to check for and filter illegal characters from strings upon handling the chat event. Pretty much all emulators has some method implemented for this, free copy toothpaste :)