When reading the /help, my understanding of on OPEN is that it will be triggered when a window is opened. However, using this line:
Code:
on *:OPEN:?:*:/beep

does not trigger when I open a query window myself. Can this even be done?

What I was trying to make is a script that shows the last 10 lines of the logfile (if exists) for that nickname when a query window gets opened. Not just when someone is querying me, but also when I open the query window to them.