| Following syntax allows your to customize
your message with styles. It's basically a variation of
HTML codes.
Note:
> Syntax is in red.
> Incorrect code will not lead to any errors
> Use one style at a time. That means you
can't do it like this [b][i]Hello![/i][/b],
you have to do it either [b]Hello![/b]
or [i]Hello![/i]
|