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.

NetBots.tcl

Old posts that have not been replied to for several years.
Locked
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

NetBots.tcl

Post by EEggy »

Hi, i was just wondering, if netbots.tcl takes care of channel ctcp's?? like if someone or flooders type /ctcp #name ping..etc?? i didn't find any option in netbots?? am i missing?

2nd: i get this in my bot
netbots: error - update check did not receive expected response from server.


thanks
EEggy
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

You need to load the sentinel component for channel CTCP flood protection. Refer to the components documentation for information on sentinel.

On the update check error: if it occurs only once or twice, you can ignore it. If it occurs every day, disable nb_update by setting it to "".
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

Post by EEggy »

Thanks slennox
ah you mean this
sl_ccflood (default: 5:20)
Channel CTCP flood.
is this will cover all ctcp's like "ping,finger,version,clientinfo,userinfo..etc??

thanks
regards
EEggy
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

It covers the following:

CLIENTINFO
USERINFO
VERSION
FINGER
ERRMSG
ECHO
INVITE
WHOAMI
OP
OPS
UNBAN
PING
TIME
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

Post by EEggy »

Slennox: Thank you so much.
EEggy
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

Post by EEggy »

Hi slennox, thanks for your help, but i have a last question, just wanted to make sure
since eggdrop has a setting as well for channel ctcp, now should i disable eggdrop setting since sentinel is taking care of it, or these both should be ok, eggdrop and sentinel, if yes, then eggdrop setting should be > sentinel setting or sentinel > eggdrop's setting, like if i have 3:60 in eggdrop then sentinel should be 2:20?? is that ok, your advise will be greatly appreciated.

thanks
regards
EEggy
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

There is no need to disable eggdrop's own flood protection mechanisms. The idea is that eggdrop will detect and kick the small individual flooders, while sentinel.tcl will take over when a larger flood occurs.

I would not recommend a setting of 2:20 for any of sentinel's mechanisms. A user sending two CTCPs or whatever is not a flood, and instructing sentinel to respond to such a case would be an overreaction and more disruptive to the channel than the "flood" itself. While one may want the script to react as soon as possible, there must be balance, and I wouldn't recommend setting the "number" field in the numbers:seconds settings to any less than 4 or 5.
Locked