1. Shoutbox Commands

To execute a command, simply put a slash ("/") at the start of your sentence.
NOTE: If you happen to have a space(or any other character for that matter) before the slash, the command will not be executed.

/me Text - Shows *Username Text* - for example: *Ben bangs his head against the wall*
/ignore Username - Ignores a specified user
/unignore Username - Removes ignore from a specified user

2. Styling Your Text

Styling your text inside the shoutbox is similar to styling your text in a thread/post.
With the use of BB codes, you can make a big party of your message!
Here are a few input & output examples:

PHP Code:
[COLOR=*"Red"]I like red text [/COLOR]
Output:
I like red text

For people that want a more advanced kind of color, it is also possible to use HEX color codes.
An example of using HEX:
PHP Code:
[COLOR=*#FF0000]Red text using HEX color codes.[/COLOR]
Output:
Red text using HEX color codes.

PHP Code:
[B*]This message is Bold.[/B]
Output:
This message is Bold.

PHP Code:
[FONT=*"Book Antiqua"]Look at me I am a Book Antiqua font![/FONT]
Output:
Look at me I am a Book Antiqua font!

PHP Code:
[FONT=*"Book Antiqua"][COLOR=*"Red"][B*]OMG a line that is Red, Bold and has the font Book Antiqua![/B][/COLOR][/FONT]
Output:
OMG a line that is Red, Bold and has the font Book Antiqua!

Get the picture?
When adding a color or Font, make sure not to forget the quotation marks (") that must be put around the name of the color and to remove the asterisks (*) from the appropriate areas.

Example: [FONT=*"Book Antiqua"], remove *
[B*], remove *
[COLOR=*"Red"], remove *
[COLOR=*#FF0000], remove *