mIRC Homepage
Posted By: ATMA how could i improve this script? - 01/01/03 05:34 PM
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
}
}
Posted By: PHMinistries Re: how could i improve this script? - 01/01/03 05:36 PM
what are you trying to have it do? could you explain it a lil bit bud? smile
Posted By: ATMA Re: how could i improve this script? - 01/01/03 05:59 PM
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
Posted By: Collective Re: how could i improve this script? - 01/01/03 06:03 PM
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
}
}
Posted By: GTS Re: how could i improve this script? - 01/01/03 06:04 PM
hm, you were faster wink
Posted By: ATMA Re: how could i improve this script? - 01/01/03 06:05 PM
hmm thx that is a bit shorter and alot less annoying -_-
Posted By: codemastr Re: how could i improve this script? - 01/01/03 10:22 PM
prolly wanna add a && $nick != ChanServ in there as well unless the network you are on does things differently than most networks.
© mIRC Discussion Forums