hi guys, I am using theme for my msn script and it works fine but when the active window is whisper, The theme does not work.
for example I am using:
on ^*:PART:*: {
 echo $msn.get($cid,room) 14 $msn.decode($replace($nick, >, Guest_))  ( $+ *! $+ $$ial($nick $+ *,1).addr $+ ) has left the conversation.
 if ($window($nick) == $nick) echo -a 4 $+ $msn.decode($replace($nick, >, Guest_)) ( $+ *! $+ $$ial($nick $+ *,1).addr $+ ) has left the conversation.
 haltdef
}
If I am talking with someone in whisper, the theme works because at this time $window($nick) == $nick
but when the active window is whisper and it is flashing because I DIDN't OPEN THE WHISPER WINDOW YET TO REPLY, The part line in theme does not work if someone left my room.
any help?