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.

{SOLVED] Eggdrop deopping Ops

General support and discussion of Eggdrop bots.
Post Reply
L
Landslyde
Halfop
Posts: 46
Joined: Thu May 01, 2014 6:01 pm

{SOLVED] Eggdrop deopping Ops

Post by Landslyde »

I removed my bot from the channel he was deopping everyone in, changed +bitch to -bitch. When I put him back on the channel, he got ops and started banning again. So I pulled a .chaninfo and saw that -bitch had become +bitch again. ?

So I can change it to -bitch with him on the channel, give him Ops and all is okay. But, again, if I take him off the channel (and this happens from time to time when he "times out"), change +bitch to -bitch, put him back on the channel, he starts deopping again...and -bitch has gone back to +bitch.

Does anyone know why this setting shld change like that?

I'm a newbie and cld really use some help.

Thanks
Landslyde
Last edited by Landslyde on Wed May 07, 2014 1:46 pm, edited 1 time in total.
User avatar
play4free2
Voice
Posts: 34
Joined: Sat Nov 23, 2013 1:42 am
Contact:

Post by play4free2 »

In your eggdrop.conf file under set "global-chanset" if you have it set there to +bitch it will set +bitch to any channel(s) you do .+chan #channel to. You might want to check there.

Code: Select all

set global-chanset {
        -autoop         -autovoice
        +bitch          +cycle
        +dontkickops    -dynamicbans
        +dynamicexempts +dynamicinvites
        -enforcebans    +greet
        -inactive       +nodesynch
        -protectfriends +protectops
        -revenge        -revengebot
        -secret         -seen
        +shared         -statuslog
        +userbans       +userexempts
        +userinvites    -protecthalfops
        -autohalfop     -static
}
Image
420-HIGHTIMES IRC Network
L
Landslyde
Halfop
Posts: 46
Joined: Thu May 01, 2014 6:01 pm

Post by Landslyde »

I found out that I was making the bot leave the channel the wrong way.
It is not:

.-chan #channel

That makes the bot leave all right, but it also erases the chaninfo file for that channel. BAD!!

The right way to make the bot exit a channel is:

.chanset #channel +inactive (the bot leaves without erasing chaninfo file for the channel)

Then:

.chanset #channel -inactive (to bring the bot back)

Thanks to jack3 for this insight.

Landslyde
Post Reply