in my statu popups i have list of some networks things and above everything there is name of network so it looks like this

.Networks
..( $+ $network $+ ):return
..-
..
..
.. all this down are another network things

SO if $network is valid then it will show (EFnet) of (IRCnet)
BUT if it is not then it will show this ( ) now that bothers me
so i tried on connect to do this:

if ($network == $null) { .timer 1 2 | .set %ntw unknown | else { .timer 2 2 | .set %ntw $network } }

BUT if i give

.Networks
..( $+ %ntw $+ ):return
..-

then it wont work at all, so if anyone has an idea i would be gratefull