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.
Old posts that have not been replied to for several years.
s
saiko
Post
by saiko » Wed Dec 10, 2003 6:07 pm
aloha,
i'm fairly new to eggdrops, so don't shoot me for n00b questions
my problem is that i'm using the eggdrop on a irc server which has network services such as chanserv, botserv, etc.. what i want is to keep the chanserv userlist management, in other words i want chanserv to op or halfop peepz which are added in chanserv itself..
in the current situation my eggdrop deops everybody who isn't in its userlist, is it possible to disable this? so i don't want my eggdrop to manage the ops/halfops..
thx in advance
TALES
Halfop
Posts: 59 Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:
Post
by TALES » Wed Dec 10, 2003 7:08 pm
add the service in your botlist
.+bot service *@yourircnetworkhost.com
.chattr service +fo
.save
gumbydammit
Master
Posts: 311 Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:
Post
by gumbydammit » Wed Dec 10, 2003 10:35 pm
sounds like +bitch is on the channel.. read what it does in the conf or in .help chaninfo (.chanset #chan -bitch to disable it)
a.k.a. hellios
s
saiko
Post
by saiko » Thu Dec 11, 2003 6:15 am
gumbydammit wrote: sounds like +bitch is on the channel.. read what it does in the conf or in .help chaninfo (.chanset #chan -bitch to disable it)
thx so much for the reply, this is what some cool bloke at IRC told me >>
[23:36] [POEMA] set global-flood-chan 0:0
[23:36] [POEMA] set global-flood-deop 0:0
[23:36] [POEMA] set global-flood-kick 0:0
[23:36] [POEMA] set global-flood-join 0:0
[23:36] [POEMA] set global-flood-ctcp 0:0
[23:36] [POEMA] set global-flood-nick 0:0
[23:36] [POEMA] set global-aop-delay 0:0
[23:36] [POEMA] set global-idle-kick 0
[23:36] [POEMA] set global-chanmode "nt"
[23:36] [POEMA] set global-stopnethack-mode 0
[23:36] [POEMA] set global-revenge-mode 1
[23:36] [POEMA] set global-chanset {
[23:36] [POEMA] -autoop -autovoice
[23:36] [POEMA] -bitch -cycle
[23:36] [POEMA] -dontkickops -dynamicbans
[23:36] [POEMA] -dynamicexempts -dynamicinvites
[23:36] [POEMA] +enforcebans -greet
[23:36] [POEMA] -inactive +nodesynch
[23:36] [POEMA] -protectfriends -protectops
[23:36] [POEMA] -revenge -revengebot
[23:36] [POEMA] -secret -seen
[23:36] [POEMA] -shared +statuslog
[23:36] [POEMA] +userbans -userexempts
[23:36] [POEMA] -userinvites -protecthalfops
[23:37] [POEMA] -autohalfop
[23:37] [POEMA] }
and i tried it on his way, afterwards i did set all those options manually to my chans as well (coz they were already added)..
thx