dont work, it echos to everything that i have a connection open to the nick..
Code:
if ($chat($nick) == $null) { echo -a You allready have a chat open with $nick | haltdef }
;same with
if ($chat($nick) != $null) { echo -a You allready have a chat open with $nick | haltdef }