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 3 matches

by irq
Sat Aug 14, 2010 2:45 pm
Forum: Script Support & Releases
Topic: Need help with lag.tcl
Replies: 5
Views: 5530

You're welcome. :) However, I screwed a bit, my apologies. >.< I was in a rush and doing that based on memory... change the occurrences of "chan" in that script to "dest". I will edit this above for you to see as well. :) I also went ahead and put the $text var in the proper pla...
by irq
Sat Aug 14, 2010 2:40 pm
Forum: Script Support & Releases
Topic: Need help with lag.tcl
Replies: 5
Views: 5530

Sounds like you don't have the alltools.tcl script loaded. It provides the putmsg command in addition to several others. Here it is though, in case you were curious: proc putmsg {chan text} { putserv "PRIVMSG $chan :blah blah blah" } Should work if you load that by itself. :) Thx Luminous...
by irq
Sat Aug 14, 2010 2:16 pm
Forum: Script Support & Releases
Topic: Need help with lag.tcl
Replies: 5
Views: 5530

Need help with lag.tcl

### Configuration ##################### ## trigger ######## set lagtrigger "!lag" ## rights ######## set lagrights "n|-" #################################################### ######################## CODE ##################### ################################################## bi...