I'd like to check if the user is in channel before the script starts.

I've it this way, but can't really think why this doesn't work for me :S

Code:
if (nick ison #help) { /runscript }
else { echo -a USER IS OFFLINE }


So far, this keeps coming back to me as "USER IS OFFLINE" even the nick are in the channel!

Any help - tia...