Hi.
I have some code, and I need to check if a query window is already opened or not.
How can this be done?
if ( ..... ) {
query $nick
.splay $mircdir $+ $readini($mircini, waves, query)
}
do.some.more.stuff.here
....
Now as you see, '.splay $mircdir $+ $readini($mircini, waves, query)' is being played everytime the IF condition is true.
How can I make it to play only if the query window (/query $nick) is not opened already?
Many thanks in advance.