mIRC Home    About    Download    Register    News    Help

Print Thread
#85561 06/06/04 12:34 AM
Joined: May 2004
Posts: 132
N
NoPleX Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: May 2004
Posts: 132
hi!

Can i make a script that does something if $ulevel is not 11??


like this:

on *:text:damn:#channel:{
if (?????) {
kick $chan $nick dont say damn on this channel
}
}


if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX
#85562 06/06/04 12:39 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
I think if ($ulevel != 11) { should work.

The != bit means "does not equal".

Regards,


Mentality/Chris
#85563 06/06/04 05:51 PM
Joined: May 2004
Posts: 132
N
NoPleX Offline OP
Vogon poet
OP Offline
Vogon poet
N
Joined: May 2004
Posts: 132
ok thanks! I knew the funktion of ! though.. Just didnt know where to put it wink


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

Link Copied to Clipboard