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.

Search found 2 matches

by D3FiANC3
Sun Feb 01, 2009 2:59 pm
Forum: Scripting Help
Topic: Where have I gone wrong? (pubm)
Replies: 7
Views: 5427

Thanks for all the replies. I also appreciate the explanations to go with the code - always better to learn so next time I can do for myself. I have fixed my errors and thrown the log line in to test it out. The reason why my script sends the data to a php page is as you guessed, to add it to the DB...
by D3FiANC3
Sun Feb 01, 2009 8:37 am
Forum: Scripting Help
Topic: Where have I gone wrong? (pubm)
Replies: 7
Views: 5427

Where have I gone wrong? (pubm)

Putting aside the fact that I am a huge Tcl nooblet, where have I gone wrong here? It never binds. :oops: package require http bind pubm - "#mychan *released*ago*" blowme proc blowme {nick host handle channel text} { regsub -all {([\002\017\026\037]|[\003]{1}[0-9]{0,2}[\,]{0,1}[0-9]{0,2})}...