hey i made this code for my ircd network but it seems the loop wont work, it will show one user but if 2 users have the same ip it wont, any help would be greatful, code below :) set sql "SELECT ip, username FROM `ircusers` WHERE ip = '$text'" set result [mysqlsel $db_handle $sql -list] if...