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 de-opping everything from services bot

General support and discussion of Eggdrop bots.
Post Reply
p
pennst26
Voice
Posts: 8
Joined: Fri May 12, 2006 2:06 pm

bot de-opping everything from services bot

Post by pennst26 »

Every time a user enters my channel, if the services bot ops or half-ops the user my new bot will undo it. And it appears he will try to kick the bot as well.
Here is some text from the partyline.

Code: Select all

[05:30] #xxboxx: mode change '+o nads' by Othello!Othello@random.network.net
[05:30] Mode change by non-chanop on #xxboxx!  Reversing...
[05:30] -NOTICE- You cannot kick Othello on #xxboxx (Services Client)
[05:30] #xxboxx: mode change '-o nads' by wArPeD!~wArPeD@***
I have set the services bot (Othello) with Global and channel +o

also set stopnethack

Code: Select all

.chanset #xxboxx -stopnethack
Successfully set modes { -stopnethack  } on #xxboxx.
[05:25] #pennst26# chanset #xxboxx -stopnethack
.save
also -bitch

Code: Select all

.chanset #xxboxx -bitch
Successfully set modes { -bitch  } on #xxboxx.
[05:46] #pennst26# chanset #xxboxx -bitch
here's some info from my .conf

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
-----------------------------------
   channel add #xxboxx {
     chanmode "+s-m"
   }
   channel set #xxboxx +enforcebans -greet 
hopefully something jumps out at you guys and I can get this resolved.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

set your channel +nodesync, and it won't mind non-opped users opping others
NML_375
p
pennst26
Voice
Posts: 8
Joined: Fri May 12, 2006 2:06 pm

Post by pennst26 »

OMG
nml375, thanks

I saw that option, but wasn't sure what it did.....

great stuff
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

pennst26 wrote:OMG
nml375, thanks

I saw that option, but wasn't sure what it did.....

great stuff
eggdrop.conf:
#
# nodesynch
# Allow non-ops to perform channel modes? This can stop the bot from
# fighting with services such as ChanServ, or from kicking IRCops when
# setting channel modes without having ops.
#
Helps if one reads every detail.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply