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.

Ramdom quote from fmylife.com

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
g
geektoy
Voice
Posts: 1
Joined: Mon May 10, 2010 3:07 pm

Post by geektoy »

speechles wrote: New script, want to try it out... Look below :P

Incith:FML v1.2

As always, there may be issues.. things that go wrong. When those happen shout about it right here and let's fix em. Most of how to use this script should be self explanatory. The examples above demonstrate some common usage. If you need more examples, or help using it let me know here. ;D
Minor correction - on line 457 of the code at that link

Code: Select all

 if {[lsearch -exact [channel info $chan] +ds] != -1} {
should be

Code: Select all

 if {[lsearch -exact [channel info $chan] +fml] != -1} {

Other than that - it works well, people like it. Thanks for posting it.
Post Reply