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 users when -bitch is set

General support and discussion of Eggdrop bots.
Post Reply
j
jnbek
Voice
Posts: 1
Joined: Fri Jan 26, 2007 9:09 pm

Bot deops users when -bitch is set

Post by jnbek »

the eggdrop bot i just setup runs great, no problems, except for when a Services AOP'd user joins and Services ops' the user, the bot in turn deops that user, it doesn't matter if Services, or another operator ops a user, the bot deops them. i set -bitch in global chan options and for the channel itself. What can I do to make it stop. The bot should have Op status in the room it's sitting in, so just deopping the bot is out of the question. It's an eggdrop 1.6.18 bot running on FreeBSD 6.1-RELEASE and compiled fine. Here's the channel portion of the file:

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
}

# Add each static channel you want your bot to sit in using the following
# command. There are many different possible settings you can insert into
# this command, which are explained below.
#
    channel add #headbangers {
      chanmode "+nt-likm"
      idle-kick 0
      stopnethack-mode 0
      revenge-mode 0
      -bitch
      ban-time 120
      exempt-time 60
      invite-time 60
      aop-delay 5:30
      need-op { putserv "PRIVMSG #headbangers :op me cos i'm me!" }
      need-invite { putserv "PRIVMSG #lamest :let me in!" }
      need-key { putserv "PRIVMSG #lamest :let me in!" }
      need-unban { putserv "PRIVMSG #lamest :let me in!" }
      need-limit { putserv "PRIVMSG #lamest :let me in!" }
      flood-chan 10:60
      flood-deop 3:10
      flood-kick 3:10
      flood-join 5:60
      flood-ctcp 3:60
      flood-nick 5:60
    }
    channel set #headbangers -bitch +greet +seen
Also their are no bitch or deoping script installed, only a weather script and egg-fu. No sentinel, or anything like that
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

.chanset #headbangers +nodesynch
Try the above setting, also re-check your existing channel settings with:

Code: Select all

.chaninfo #headbangers
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply