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
}
}

#85562 06/06/04 12:39 AM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
I think if ($ulevel != 11) { should work.

The != bit means "does not equal".

Regards,

#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


Link Copied to Clipboard