So i'm op of private channel. I don't want my eggdrop to flood anyone - floodin n my channel is allowed. So i did next steps. I edited configurationf file of eggdrop..:
konf:
---------------------
#### CHANNEL #####
channel add #GODIA {
/some stuff, which i cutted out/
flood-chan 0:0
flood-deop 0:0
flood-kick 0:0
flood-join 0:0
flood-ctcp 0:0
}
/another stuff cutted out/
set flood-msg 0:0
set flood-ctcp 0:0
and i edited sentinel.tcl...:
------------------
/some stuff cutted out/
# Channel avalanche/tsunami flood.
set sl_avflood 0:0
# Channel text flood.
set sl_txflood 0:0
------------------
and i rehased my eggdrop... and that doesn't work..
so the question is how to disable text flood...?