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.

Bot repeats

Old posts that have not been replied to for several years.
Locked
J
Johnny_was

Post by Johnny_was »

I have started using mc.readfile.tcl and it seems to be working perfectly, just as I wanted. However, since running it, I've noticed that the bot repeats everything said in the main channel 3 times on the party line. If I stop the mc.readfile script, it doesn't do it.
Any ideas or suggestions? Is there a particular variable or arg I should be looking for in the script?

Many thanks.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

without looking at the script itself, i'd guess its either got bind pubm procs returning 1, or its deliberatly dumping them to partyline with putlog
J
Johnny_was

Post by Johnny_was »

This is from the script:

bind pubm - * mc:rf:telllist:pubm

proc mc:rf:telllist:pubm {nick uhost hand chan args} {
global mc_rf
putlog 1

Exactly as you stated..can I now unbind or simply change the 1 to an 0?

Thanks
Locked