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

by Deniska
Sat Jun 04, 2005 1:51 am
Forum: Archive
Topic: "No such variable" in my script
Replies: 20
Views: 9589

# slsk.tcl by 5th Raider # Requires egghttp.tcl # Config set url "http://www.remmelt.com/slskboard/status.php" set pubtrigger "!soulseek" # End of config if {![info exists egghttp(version)]} {   putlog "egghttp.tcl was NOT successfully loaded."   putlog "slsk.tcl ...
by Deniska
Sat Jun 04, 2005 1:42 am
Forum: Archive
Topic: Put a "on/off switch"
Replies: 9
Views: 7572

When you use

Code: Select all

set flag antiadver
you just set a variable ( $flag ). When you use

Code: Select all

setudef flag antiadver
you set a channel flag. This flag maybe + or - ( == 1 or <>1 ). You can see that in .chaninfo #chan. Also exists setudef int, setudef str. Read more in tcl manuals.
by Deniska
Wed Jun 01, 2005 10:19 am
Forum: Archive
Topic: Put a "on/off switch"
Replies: 9
Views: 7572

################################## ### TimeMessage.tcl            ### ### Version 1.0                ### ### By Wcc                     ### ### wcc@techmonkeys.org        ### ### http://www.dawgtcl.com:81/ ### ### EFnet #|DAWG|Tcl           ### ################################## ###################...
by Deniska
Wed Jun 01, 2005 7:08 am
Forum: Archive
Topic: Put a "on/off switch"
Replies: 9
Views: 7572

################################## ### TimeMessage.tcl            ### ### Version 1.0                ### ### By Wcc                     ### ### wcc@techmonkeys.org        ### ### http://www.dawgtcl.com:81/ ### ### EFnet #|DAWG|Tcl           ### ################################## ###################...