mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
is there some way to make this better??????

on *:op:#: {
if ($nick isop #) { /echo }
else {
//msg #staff $nick $+ : Abused his/her powers in $chan useing mode: +o
}
}


Need amazing web design for low price: http://www.matrixn3t.net
Joined: Dec 2002
Posts: 174
P
Vogon poet
Offline
Vogon poet
P
Joined: Dec 2002
Posts: 174
what are you trying to have it do? could you explain it a lil bit bud? smile

Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
well the point to the script is to find IRCop abusers on servers if they are not an op and they op some one it says in the channel #staff <nick> has abussed his/her powers in <channel> useing mode: +o
its kinda strange isnt it??
well if you can help me help me!
i just want to know if this is right confused grin


Need amazing web design for low price: http://www.matrixn3t.net
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
There's this one, only advantage is that it is slightly shorter...

on *:op:#: {
if ( $nick !isop # ) {
.msg #staff $nick abused his/her powers in # using mode +o
}
}

Joined: Dec 2002
Posts: 27
G
GTS Offline
Ameglian cow
Offline
Ameglian cow
G
Joined: Dec 2002
Posts: 27
hm, you were faster wink


proud to be baka
--> GTSdll Homepage <--
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
hmm thx that is a bit shorter and alot less annoying -_-


Need amazing web design for low price: http://www.matrixn3t.net
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
prolly wanna add a && $nick != ChanServ in there as well unless the network you are on does things differently than most networks.


Link Copied to Clipboard