I realized I posted to the wrong forum a lil late.. so oh well, here is my request in the proper forum....

ON *:OPEN:*: { but ended up having to duplicate the same code a few times for each type... my problem is, theres no way to tell what is triggering that open, $target returns $me basically... so how do you know if its a dcc chat/fserve or query? well if $0 is > 0 then its a query, but still now how do you know if its a chat or an fserve? what if both are open, do you take a wild guess? I would like a $trigger that works in OPEN/CLOSE that returns the type of window that triggers the event, it should return @,!,=,? that way I can combine those into one remote rather than duplicating code....