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 dlpt
Fri May 07, 2010 10:20 am
Forum: Scripting Help
Topic: Error in my tcl
Replies: 8
Views: 4941

Now another error -.-' [15:20] missing close-brace while executing "proc whois {nick uhost hand chan txt} { global color1 color2 bd_user bd_pass bd_host bd_dbase bd_table if { $login_ok == 1 } { set m_h..." (file "scripts/test.tcl" line 54) invoked from within "source script...
by dlpt
Fri May 07, 2010 10:09 am
Forum: Scripting Help
Topic: Error in my tcl
Replies: 8
Views: 4941

the error continues :s [15:06] Tcl error in file 'myegg.conf': [15:06] wrong # args: should be "proc name args body" while executing "proc whois { nick uhost hand chan txt }" (file "scripts/test.tcl" line 54) invoked from within "source scripts/test.tcl" (file...
by dlpt
Fri May 07, 2010 9:33 am
Forum: Scripting Help
Topic: Error in my tcl
Replies: 8
Views: 4941

sorry, error lol, the code are: set bd_user "fxp_egg" set bd_pass "password" set bd_host "localhost" set bd_dbase "fxp_test" set bd_table "users" bind msgm - "*" auth bind pub - !whois whois #####Code by tomekk proc auth { nick uhost hand a...
by dlpt
Fri May 07, 2010 7:09 am
Forum: Scripting Help
Topic: Error in my tcl
Replies: 8
Views: 4941

Error in my tcl

need help in my tcl. proc whois { nick uhost hand chan arg } global color1 color2 bd_user bd_pass bd_host bd_dbase bd_table set bd [::mysql::connect -host $bd_host -user $bd_user -password $bd_pass] if { $login_ok == 1 } { set sd [::mysql::whois $db "SELECT username, level FROM $db_table" ...