Okay, Thanks for answering
I'll also look further
That helped me a bit
Stupid Question?
I'm trying to split something
var sPrefix = sMessage.split(" ");
var sPrefixTheRest = ???
Lets say the string is !nick Hello Kitty.
sPrefix[0] will be !nick
But i' trying to the a string now with all the rest of the line without the !nick, can anyone tell me hows the best way to do this?