It seems the bot does not see any private or channel notices. Eg:
/notice botName blah, or
/notice #channel blah
We have a flooder that is exploiting this.
Is it me? Is there something I should set? I went trought the configs and cannot see any thing that would affect it.
Any help would be welcome.
my console settings are mpjkcobxs
I have even tried this:
bind notc - "*" testNotc
proc testNotc {nick uhost hand text {dest ""}} {
global botnick; if {$dest == ""} {set dest $botnick}
putquick("privmsg myIRCnick :text is $text nick is $nick");
}
I'm only a beginner in TCL but to me this should msg me every notice to myIRCnick.
OK, I found out why I cannot see NOTICES.
I had a capskick.tcl 1.1.8 by Paul Twang loaded. And alought I cannot see it binding notc this script stopped all notices from being processed. I unloaded it and I can see notices again.
I should have done it at fist. My apologies to the eggdrop coders. Nothing wrong with 1.6.8
Now, any recommendations for caps kick script. I tried Caps-Guard 2.4.0 but it seems buggy and not working properly.