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.

Check CService Channel Application

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Check CService Channel Application

Post by iamdeath »

This TCL is not written by the person who has posted the TCL.

http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1421

Furthermore, in this TCL I have a bit of code done by myself which I dont think anyone else could add as it is 100%. The code of mine is:

Code: Select all

        set regstatus2 [string tolower $regstatus]
        if {$regstatus2 == "pending"} {
	  set regstatus "\00312$regstatus"
        } elseif {$regstatus2 == "incoming"} {
          set regstatus "\00308$regstatus"
        } elseif {$regstatus2 == "rejeced"} {
	  set regstatus "\00304$regstatus"
	} elseif {$regstatus2 == "accepted"} {
	  set regstatus "\00309$regstatus"
        } elseif {$regstatus2 == "ready for review"} {
	  set regstatus "\00306$regstatus"
        } elseif {$regstatus2 == "cancelled by the applicant"} {
	  set regstatus "\00314$regstatus"
        }
and a few more modifications. So this person has released this TCL without even touching anything and I am sure he wont even know what TCL is.

So I request who so ever the admin of that websiteis, to remove his name or the TCL or change the author name.

Thanks
iamdeath
|AmDeAtH @ Undernet
Death is only the *Beginning*...
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

...Check CService Channel Aplication para #AyudaIRC @ UnderNet by BaRDaHL * bardahl@linuxmail.org v1.0 cargado."
Have you tryed check in the channel above or emailing him :( :idea:
Post Reply