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.

1.6.6 messing up on me?

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 every 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
^^ This works ^^

<Joe> badword
<Bot> Joe
^^ This it stopped in middle ^^

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.
S
SniperAC

Post by SniperAC »

Damn I'll just shut up

<font size=-1>[ This Message was edited by: SniperAC on 2001-10-16 23:26 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Try moving the messages from the putserv to the puthelp queue.
Locked