Quote:
|
Originally Posted by Torankusu_2002
Just curious, is it possible to leave the account part blank?
|
You mean in the onPM() parameters?
If so, I think you can probably do:
PHP Code:
function onPM(" ", message) {
}
I don't know why you would though.