| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
deop protection
on 1:deop:#:{
if (($nick != $me) && ($opnick == $me)) { .ChanServ op $chan $me } |
|
#2
|
||||
|
||||
|
Re: deop protection
anddd this snippet is not usefull also... :S u can`t turn it on! maybe an op deoped u coz u are away! or an sop deoped u for some reason!
__________________
|
|
#3
|
||||
|
||||
|
Re: deop protection
Easy, Cult, just use it this way. I added some error checking to it, with explanations.
Code:
on 1:deop:#:{
if (($nick != $me) && ($opnick == $me) && ($nick != chanserv) && (%deopprot == on)) {
; checks if i am deoping someone, then if i am the one who is getting deoped, then if the chanserv is deoping me
; that is a usefull way, the sops can always use the chanserv to deop Aops or those of matching access level, so can the aops.
$iif($scid($activecid).$away,halt,chanserv op $chan $me)
; checks if your away, on that server. so if you are away and some1 deoped you, you will NOT try to reop urself.
; i just added a simple multi server check, as mIRC 6.x supports multi servers.
; if you dont like it that way, instead of $scid($activecid).$away just use $iif($away,halt) it does the same job.
}
}
menu channel,status,menubar {
deop protection
.$iif((%deopprot == $null) || (%deopprot == off),turn on):set %deopprot on
.$iif((%deopprot == on),turn off):set %deopprot off
}
Cult, If i missed anything let me know ![]()
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: Last edited by ZAcK; 05-03-2005 at 06:18 AM. |
|
#4
|
||||
|
||||
|
Re: deop protection
nice way bro, but... u missed that most ops just use the popups to deop/op means not all the time they use chanserv.
__________________
|
|
#5
|
||||
|
||||
|
Re: deop protection
Quote:
e7em.. and that is my problem?! if they want a solution, here is one, win some, lose some.
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#6
|
||||
|
||||
|
Re: deop protection
And you can add something more easier if ($away)
|
|
#7
|
||||
|
||||
|
Re: deop protection
anmlhckr, I said you can use that! Read again.
Quote:
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#8
|
||||
|
||||
|
Re: deop protection
I really wonder why people use DEOP protection and BAN-KICK protection, they are useless since you are opped and noy away why should someone DEOP you, if u r not doing anything wrong, and for the BAN-KICK protection, simply ask the user not to ban you, cause revanges suck !
|
|
#9
|
||||
|
||||
|
Re: deop protection
LooooooooooooooooooooooooooooooooooooooooooooL!! Is this guy for real?!
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#10
|
||||
|
||||
|
Re: deop protection
donno.. ask`m
btw ZAcK.. what`s u`r nationality?
__________________
|
|
#11
|
||||
|
||||
|
Re: deop protection
Nah zack really .... they suck dude ! really :P ! Just deop that user who kicks u and tell him NOT TO DO IT AGAIN !
|
|
#12
|
||||
|
||||
|
Re: deop protection
Cilt, I am Jordanian living in the states
![]()
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#13
|
||||
|
||||
|
Re: deop protection
Zack, where in states .. am in florida, ganzvaile ! (-:
|
|
#14
|
||||
|
||||
|
Re: deop protection
Location: Wayne, NJ
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#15
|
||||
|
||||
|
Re: deop protection
Far away zack ...
|
|
#16
|
||||
|
||||
|
Re: deop protection
Dont you mean you live in Gainesville not Ganzvaile?? A typo I guess. And yeah I guess it is far away, I have friends in Casselberry, people I met over the net actually but never met in person, if I ever go down there, I'll let you know, so you can hide away :P
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: |
|
#17
|
||||
|
||||
|
Re: deop protection
deop protection - kick/ban protection is only useful for one reason: preventing mkicks ! ...
anmlhckr <<< does that answer ur question ? Sometimes people like to play or simply act like kids ... n dont tell me why you added them from the beginning cause noone is perfect ... there is always a time where we, even i, like to play around ![]() Zack good addon... thnx for sharing ur knowledge
__________________
The Most Seductive Evil of all Time !!! |
|
#18
|
||||
|
||||
|
Re: deop protection
Zack, i can send ya a map my mate and let ya know its Ganzvaile (-:, sure you are mostly welcome in the town .. and i wont hide hehe :P anyway We would be glade if u were here, have a nice day dude.
|
|
#19
|
||||
|
||||
|
Re: deop protection
Drac first of all, if you wanna add an AOp, SOp you should trust him first, there4 they wont mKICK the channel or do somethin harmful ! So really its useless ... so if you trust them as well as u trust ur self or u dont u mustnt add them from the first, and they are useful just for WAR/REVANGES scripts , add-ons, have a nice day Drac.
|
|
#20
|
||||
|
||||
|
Re: deop protection
Quote:
Google is my best friend, that is where I checked your town, by the way, you say you are in the states, though MATE is usually used by Australians, or people that live there, anyway it is merely a comment that is all. DraC, No worries my friend, let me know if you want something customized in this or any add-on you have. ![]()
__________________
:: i have been since the dawn of time. i will be until the dusk of eternity :: Last edited by ZAcK; 17-03-2005 at 01:03 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|