Nice!

The one for channels works, but the one for queries doesn't seem to.

Edit: The one for query works, but only when someone opens a pm window with me. If I open a window with them, it doesn't trigger.

Edit 2: I figured out a snippet that I can use if I make a query window via making a query alias to do the check personally... but sadly it BREAKS the on open event since it uses the query command.
Code:
 alias query {
   !query $$1
   echo -g $1 * Logging: $iif($window($1).logfile,$v1,Off)
 }


That's what breaks the on open event. Now, I decided to add it into the Mouse options in mIRC itself so it doesn't MODIFY the query command...

Code:
/query $$1 | echo -g $1 * Logging: $iif($window($1).logfile,$v1,Off)


The sad part is, it works when I doubleclick a name to open a query window, but if I use /query to message someone, it doesn't do the event trigger.

I feel like I'm in a loop.

Last edited by Jaillynian; 18/06/13 04:58 PM.