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.

.chanset commands in my eggdrop.conf

Old posts that have not been replied to for several years.
Locked
R
Rahil

.chanset commands in my eggdrop.conf

Post by Rahil »

Things I would type in telnet like the following:

.chanset #channel ban-time 0

How would I put those in my eggdrop.conf? What would the syntax be? Where would I place it?
R
Rahil

Post by Rahil »

Never mind, got it with some trial & error. You put "ban-time 0" like so:

channel add #channel {
ban-time 0
}
Locked