I use something similar to this. You will need to alter the location numbers.

Code:
on *:open:?: { window -zf $window($query($nick)) 260 211 669 135 }
on *:input:?: { .timerQUERYINPUT 1 1 window -fz $window($query($target)) 260 211 669 135 }


The first is when someone starts a PM/Query with you. The second is when you initiate the PM.

Last edited by Scakk; 19/09/14 01:36 AM.