mIRC Home    About    Download    Register    News    Help

Print Thread
#98712 26/09/04 01:14 AM
Joined: May 2004
Posts: 132
N
NoPleX Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: May 2004
Posts: 132
Hi i was wonderring... Can you make a script that tjeks if you are away or not? And can you make it as a:

if ($me == away) { return } ( just a eg. not a script )

Can you do that? And if yes how?


if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX
#98713 26/09/04 01:19 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
alias _away {
if ($away == $true) { echo -a You are away }
else echo -a You arent away
}

put that in remote, then type /_away


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#98714 26/09/04 01:20 AM
Joined: May 2004
Posts: 132
N
NoPleX Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: May 2004
Posts: 132
ah thanks mate wink


if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX

Link Copied to Clipboard