.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