andrewbob1 posted: (8th Sep 2011, 01:01 am)
You realise this topic is a year old right?
Would making a topic do any better? Not really considering she's trying to add this, and you guys are really useless. Here Zelda put this underneath the //Public Chat Message
else if (message[0] == '#')
{
std::string command;
std::vector<std::string> arguments = util::explode(' ', message);
command = arguments.front().substr(1);
arguments.erase(arguments.begin());