id like to know if its possible and how
i could use /set to see wheather the notified nicks are on line or offline:
so i have set %name for the notified nicks
and id like to use
if ($notify(%name).ison == $true/$false)
to see whether its online or offline
then be able to set a %Status
so i could make an alias of nicks or something
and the script replies
so far with nick: [ %name ] status: [ %status ]
note:
i dont want to do it like
if (bla) { code}
elseif (bla) { code}
because its for a long script and it wont work anywhere so id be gratefull if u could show me how to
set a %status for online or offline
thanks alot
:P