02.10.2009, 00:24
i was wondring wat the public is to send the cmds done in the server back to irc
public OnPlayerCommandText(playerid, cmdtext[])
{
IrcSay(cmdtext); //the function to say stuff to the irc channel. can be different
}