sub-question on this:

at me:

raw 303:*:{
if ($var(%ison)) {
if ($2) var %reply = online, %nicks = $2-
else var %reply = offline, %nicks = %ison
thmecho $replace(%nicks, $chr(32),$chr(44) $+ $chr(32)) $& $iif(* * iswm %nicks,are,is) %reply
unset %ison
halt
}
}

(this was made by Cold all rights to him)

so i dont want to change anything with this nice code by HOOKING to raw 303 for my 1st question, is it possible and how, and if yes, how can i do it so my script in 1st case (for searching with ison and who) dont show NICK is online... (but only in this case!!! - so when i do normal /ison it works normal) ??