Hi!
Here is one bug i've just found :
when you type " : " at the end of your message you get a bat because of the [ of the colour code.....
in order to fix it, change the line 119
from :
code:
return Message.replace(Message, scol + Message + ecol);
to:
code:
return Message.replace(Message, scol + Message + " " + ecol);
waiting for your next release