hi i have writen some code and it returns with { and } at the ends and i would like to remvoe them how todo it? proc invite_me { nick host handle text } { global db_handle staffchan set sql "SELECT username, irc FROM users WHERE username='$nick'" set result [mysqlsel $db_handle $sql -list]...