i use mysqltcl for eggdrop to connect my db(in windows) it always showed this error Tcl error [ms:groupnukes]: can't read "mysql_(handle)": no such variable the code as below: set mysql_(handle) [mysqlconnect -host $mysql_(host) -user $mysql_(user) -password $mysql_(password) -db $mysql_(d...