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.

eggie config

General support and discussion of Eggdrop bots.
Post Reply
o
oldwarzer
Voice
Posts: 2
Joined: Mon Sep 11, 2006 2:38 pm

eggie config

Post by oldwarzer »

iI hope some one can help me ....I am trying to set the bot up as a info bot but i dont want to have it kick i set everything 0:00 but it still kicks can someone please help .
here is what i did EX
### Channel Settings ###
loadmodule channels
set global-flood-chan 0:0
set global-flood-deop 0:0
set global-flood-kick 0:0
set global-flood-join 0:00
set global-flood-ctcp 0:00
set global-flood-nick 0:00
set global-aop-delay 0:00
set global-idle-kick 0
set global-chanmode "nt"
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 0
set global-exempt-time 00
set global-invite-time 00

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 #movies-r-us {
chanmode "+tn"
idle-kick 0
flood-chan 0:0
flood-join 0:00
flood-ctcp 0:00
flood-deop 0:0
flood-kick 0:0
}
channel set #movies-r-us -enforcebans -dynamicbans -autoop +autovoice -protectops -protectfriends

### Advanced Settings ###
set ignore-time 5
set hourly-updates 00
set owner "oldwarzer"
set notify-newusers "oldwarzer"
set default-flags "hp"
set whois-fields "url birthday"
set die-on-sighup 0
set die-on-sigterm 1
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
set must-be-owner 1
unbind dcc n simul *dcc:simul
set max-dcc 50
set enable-simul 1
set allow-dk-cmds 1
set dupwait-timeout 5



and it still kicking for channel flooding
can someone help please
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

These are global-flood settings, these can differ for specific channels.
use .chaninfo #chan to check your flood settings on every channel and .chanset to edit them.
M
MrStonedOne
Voice
Posts: 8
Joined: Sun Feb 25, 2007 8:36 am

Post by MrStonedOne »

u did something wrong:

-+nodesynch

u need to remove the -, so its just +nodesynch
Post Reply