(in english, that means kicks for notice flood)[01:55:17] Kick de PdGVtZRobz sur #boulets pour la raison suivante : L'envoi excessif de notices n'est pas toléré. (2 lines in 1.42 secs) :: [Wed May 21 01:55:17 2008] - Banni 0 minutes
[01:55:17] Kick de EQbMqJgA sur #boulets pour la raison suivante : L'envoi excessif de notices n'est pas toléré. (2 lines in 1.418 secs) :: [Wed May 21 01:55:17 2008] - Banni 0 minutes
[01:55:19] Kick de CkFpa sur #boulets pour la raison suivante : L'envoi excessif de notices n'est pas toléré. (2 lines in 1.416 secs) :: [Wed May 21 01:55:17 2008] - Banni 0 minutes
concerned parameters :[01:43] Tcl error [::AllProtection::joins massjoin]: wrong # args: should be "putquick arg"
The single user text repetition were controlled successfully.ap:cjoin: {3:2 5 kb 2}
ap:massjoin: {3:2 mRT 60}
CTCP flood protection on the eggdrop failed :[01:44] [@] Boole!BooleUoO@EpiK-7C4C2319.w90-37.abo.wanadoo.fr KICK #uno misisi :Répétition de texte détectée. (5 répétitions en 13.089s) :: [Wed May 21 01:44:02 2008] - Banni 0 minutes
[01:44] misisi kicked from #uno by Boole: Répétition de texte détectée. (5 répétitions en 13.089s) :: [Wed May 21 01:44:02 2008] - Banni 0 minutes
[01:44] [@] Boole!BooleUoO@EpiK-7C4C2319.w90-37.abo.wanadoo.fr KICK #uno LiJkXqDvLeXK :Répétition de texte détectée. (5 répétitions en 13.197s) :: [Wed May 21 01:44:02 2008] - Banni 0 minutes
[01:44] LiJkXqDvLeXK kicked from #uno by Boole: Répétition de texte détectée. (5 répétitions en 13.197s) :: [Wed May 21 01:44:02 2008] - Banni 0 minutes
[01:44] [@] Boole!BooleUoO@EpiK-7C4C2319.w90-37.abo.wanadoo.fr KICK #uno alladin____ :Répétition de texte détectée. (5 répétitions en 13.365s) :: [Wed May 21 01:44:02 2008] - Banni 0 minutes
[01:44] alladin____ kicked from #uno by Boole: Répétition de texte détectée. (5 répétitions en 13.365s) :: [Wed May 21 01:44:02 2008] - Banni 0 minutes
(...)
concerned parameters :[01:45] Tcl error [::AllProtection::pctcp ctcp]: wrong # args: should be "putquick arg"
Concerning DCC connection attempts flood, I don't think AllProtection can do anything.ap:bctcp: {4:10 mRT 60}
ap:ctcps: {4:20 15 kb 2}
ap:ctcpchecks: VERSION
Code: Select all
wrong # args: should be "putquick arg"
while executing
"putquick "MODE $botnick +$apfp(rmode)" -next"
(procedure "privl" line 6)
invoked from within
"privl CTCP"
("ctcp" arm line 5)
invoked from within
"switch -- $flood {
"text" {if {[isbotnick [lindex [split $dest @] 0]]} { ptext f $nick $uhost $hand $arg }}
"ctcp" {
variable pctcpf
foreach..."
(procedure "::AllProtection::pctcp" line 3)
invoked from within
"::AllProtection::pctcp ctcp $_ctcpr1 $_ctcpr2 $_ctcpr3 $_ctcpr4 $_ctcpr5 $_ctcpr6"
Either your using an ancient eggdrop ( < 1.5*) or you've renamed the original putquick, built your own 'putquick' to replace it, simply forgetting to support -next.MenzAgitat wrote:I finally managed to reproduce part of the problem with a CTCP flood :The version I'm using is 4.6b8.Code: Select all
wrong # args: should be "putquick arg" while executing "putquick "MODE $botnick +$apfp(rmode)" -next" (procedure "privl" line 6) invoked from within "privl CTCP" ("ctcp" arm line 5) invoked from within "switch -- $flood { "text" {if {[isbotnick [lindex [split $dest @] 0]]} { ptext f $nick $uhost $hand $arg }} "ctcp" { variable pctcpf foreach..." (procedure "::AllProtection::pctcp" line 3) invoked from within "::AllProtection::pctcp ctcp $_ctcpr1 $_ctcpr2 $_ctcpr3 $_ctcpr4 $_ctcpr5 $_ctcpr6"
<MenzAgitat> .tcl putquick
<Boole> Tcl error: wrong # args: should be "putquick arg"
<MenzAgitat> .tcl puthelp
<Boole> Tcl error: wrong # args: should be "puthelp arg"
<MenzAgitat> .tcl putserv
<Boole> Tcl error: wrong # args: should be "putserv arg"
All features are disabled via DCC, for example if ap:adv is set to "+ 180 kb 2" then what you need to change in order to disable it is the '+' to '-' soeXtremer wrote:If I want to disable a feature for example "Advertising" how to disable it, what I need to comment ?
will disable this feature on #channel..chanset #channel ap:adv - 180 kb 2
But if I want to disable it on all channels ?!Sir_Fz wrote:All features are disabled via DCC, for example if ap:adv is set to "+ 180 kb 2" then what you need to change in order to disable it is the '+' to '-' soeXtremer wrote:If I want to disable a feature for example "Advertising" how to disable it, what I need to comment ?will disable this feature on #channel..chanset #channel ap:adv - 180 kb 2
Then replace #channel by *But if I want to disable it on all channels ?!
Code: Select all
.chanset * ap:adv - 180 kb 2