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 sismik
Wed Nov 18, 2009 3:18 pm
Forum: Scripting Help
Topic: strange variable problems
Replies: 2
Views: 2450

lol
shame on me !
by sismik
Wed Nov 18, 2009 11:25 am
Forum: Scripting Help
Topic: strange variable problems
Replies: 2
Views: 2450

strange variable problems

I'm new in tcl scripting so don't blame me if it's an easy problem ;) I'm trying to make an irc command working and print some $args in the channel. look at the script: bind pub - !salut pub:salut proc pub:salut {nick uhost hand chan arg} { set prout [lindex $arg 1] if {$arg != ""} { putse...