This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Script request

Old posts that have not been replied to for several years.
Locked
m
martpen69
Voice
Posts: 32
Joined: Mon Jun 20, 2005 3:56 pm

Script request

Post by martpen69 »

I know you guys dont recomend this but. On my network I have a few ops that like to deop me in my channels they think this is very funny. To combat this ive given my egg an oline and was looking for a way to protect myself. Say if I get deopped my egg will kill the user. I think this would be great and it would stop them messing with the channel.

Even just a pointer would be good.

Thanks
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Code: Select all

bind mode - "% -o" foo
proc foo {n u h c m v} {
   if {![matchattr $h n] && [matchattr [nick2hand $v] n]} {
      putserv "kill $n :don't deop $v, goober"
   }
}
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Doesn't your server have some type of usermode not allowing you to be deopped? If you can get your eggdrop opered, i'm sure you could get yourself opered too?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

MeTroiD wrote:Doesn't your server have some type of usermode not allowing you to be deopped? If you can get your eggdrop opered, i'm sure you could get yourself opered too?
real IRC servers don't have qnet's bells & whistles :P
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

real servers run on asuka :p
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Yeah, if you can get the bot oppered on the network then you can also oper youself. Keeping that in mind if you are an oper why would you need to sit with @ on all the channels you are one? You have an o:line.

Anyway if you still want, just use "SAMODE" to oper yourself again if you have an +a, +A or higher umode flag.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked