var %dwname = $+(@debug-,$network,.,$cid)
window %dwname
debug -pt %dwname

Well, that is what I use at least, you don't absolutly need the $network in there, just as long as you have $cid (as that is unique) you are good: $+(@debug-,$cid) I just happen to like seeing the network in the window name.

Edit: debug -pt $+(@debug-,$network,.,$cid) is good enough, I actually have it do window -e on mine (for an edit line, because I like it) and well, I have this perform on connect.

Last edited by LifeIsPain; 08/06/04 10:18 AM.