I have script that checks a channel for bad words and it was working fine in 1.4.4, but after I switched it to 1.6.6 evert now and then it will just stop in the middle of a putserv.
Example:
putserv "PRIVMSG $chan :$nick said a bad word"
Sometimes it will:
<Bob> badword
<Bot> Bob said a bad word
<Joe> badword
<bot> Joe
Since the script worked perfectly under 1.4.4 I can only assume that the problem lies with some compatability issue and not the script itself. The script is very basic and works fine most of the time, just every now and then it does that. I even went so far as to download Badwords3.0.tcl and try it and it does the same thing.