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


That's because you used nick instead of $nick identifier. So, as long as someone with the nickname nick joins the channel, you will get the echo.