i_m_offline wrote:Sorrie for requesting you much but if I can get Notice Protection script with channel mode lock in it would be gr8. I want to use it on DALnet. I have tried using Noticepro.tcl but doesn't seems to be really nice. Working slow and banning *!*@dal.net which is really bad. Thanks again mates.
It is far easier to alter an existing script than to write one from scratch, so after downloading and
reading noticepro.tcl, my first thought was "
why doesn't this guy edit his own scripts...?". You're chief complaint with
noticepro.tcl seems to be the banmask the eggdrop uses to ban offenders... if you had
read the script, you would have seen this at the top...:
Code: Select all
# Set the banmask type to use in banning the IPs
# Currently BAN Type is set to 1 (*!*@some.domain.com),
# BAN Types are given below;
# 1 - *!*@some.domain.com
# 2 - *!*@*.domain.com
# 3 - *!*ident@some.domain.com
# 4 - *!*ident@*.domain.com
# 5 - *!*ident*@some.domain.com
# 6 - *nick*!*@*.domain.com
# 7 - *nick*!*@some.domain.com
# 8 - nick!ident@some.domain.com
# 9 - nick!ident@*.host.com
set npro_btype 1
simply change this variable to alter the way the bot bans, like #3 or #5. Hope this helps.