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.

3 problems

General support and discussion of Eggdrop bots.
Post Reply
P
PHPN00B
Voice
Posts: 12
Joined: Tue Jan 15, 2008 5:40 pm

3 problems

Post by PHPN00B »

When i Op the bot in the channel it sets the channel to invite only and it also sets the user limit to 1 which lines i need to change?

When user is invited into the channe; using TCL script the bot auto devoice them

Thanks
C
Callisto
Halfop
Posts: 86
Joined: Sun Mar 13, 2005 11:04 am

Post by Callisto »

from the config file
# Here is a shorter example:
#
channel add #botcentral {
chanmode "+mntisl 1"
idle-kick 1
}
channel set #botcentral +bitch +enforcebans -greet +revenge
Change the settings in red
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

.chanset #channel chanmode +nt
Whatever modes you set for this setting will always be forced.
Post Reply