Quote:
|
Originally Posted by Torankusu_2002
Just curious, is it possible to leave the account part blank?
|
PHP Code:
function onPM()
{
echo("Someone said :" @ params[1]);
}
Works just as well.. It's just hard clearing the first param and identifying the second.