PDA

View Full Version : dzsbot doesn't capture triggers in chan


dr_hard
12-27-2003, 12:22 PM
Hi!, first of all thank you for all these scripts that makes ioftpd the best ftpd for wind0ze.

I configured eggdrop perfectly, It loads dZSbot.tcl with no errors, connects to my chan and then, it doesnt respond to any trigger, only !help. In tcl file, Sitename is "site" and cmdpre "!", trying !sitebw, !sitewho etc. it don't do anything (seeing eggdrop from telnet).

Any idea?

I'm using dZsbot.tcl v1.05
Thank you.

alturismo
12-27-2003, 01:04 PM
1st you should check if you use correct trigger

set cmdpre "!"

may also try in partyline in eggdrop

.binds

there u see all triggers wich should wotk

sample

pub -|- !who 3 proc_who

dr_hard
12-27-2003, 04:26 PM
Wow, Nice to know that.
Now it works perfectly.

Thank you very much.