My users are using a chat that has style tags in the messages. I would like to strip them out of the text completely
There are times when there are multiple instances of style tags in one message. Using regex this should be pretty simple to accomplish but I'm more fluent in mIRC scripting and am a bit n00b to xchat and it's snippets
a sample output would be
err0r: [style ff:Comic Sans MS;co:#4682B4;b;u;]Test would go here[/style]
The output needs to be
err0r: Test would go here
the ff co b and u will all be dynamic.
Any help would be greatly appreciated.