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.

Script stops in middle of execution

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

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.
Locked