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.

bot deops all ops

Old posts that have not been replied to for several years.
Locked
v
virtualvitality

bot deops all ops

Post by virtualvitality »

hi,
i am a newbie at eggdrops, so please don't tell me that my question might be silly ;)

my bot automatically deops all other ops on my channel... i really don't know wehre i did the mistake in the config-file...
enclosed my channel-configuration...

Code: Select all

set global-flood-chan 10:60
set global-flood-deop 3:10
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode "+Ccnt-lkimpsRD"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 120
set global-exempt-time 60
set global-invite-time 60

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
}


channel add #mychannel {
      chanmode "+Ccnt-lkimpsRD"
      idle-kick 0
      stopnethack-mode 0
      revenge-mode 0
      ban-time 120
      exempt-time 60
      invite-time 60
      aop-delay 5:30
      need-op { }
      need-invite { }
      need-key { }
      need-unban { }
      need-limit { }
      flood-chan 10:60
      flood-deop 3:10
      flood-kick 3:10
      flood-join 5:60
      flood-ctcp 3:60
      flood-nick 5:60
    }
thanks to those who will help me getting an answer to my question!
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

First do a .chaninfo #channel and be absolutly shure that there isn't +bitch. Then do a .match +d and remove this flag from your friends or remove the user.

Also, +revenge and +revengebot.
Once the game is over, the king and the pawn go back in the same box.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

What/who is setting the users +o in the first place.

If it is the likes of channel services, then you need to do one of the following.

1: Add the services bot as a user record, and grant it global +f

2: set the channel +nodesynch using the ".chanset" command
Locked