Hi
I'm trying to determine the type of front window (query/channel/etc). There seems to be a bug in this script
(using Colloquy nightly - Version 2.0.1 (2D32) )
tell application "Colloquy" to return description of front panel of front window
1. 'THE BUG: this script seems to always return the results from the FIRST panel created in the window, instead of the front panel as I expect/want.
2. Also, the result is returned as an English string (not a client applescript reserved word as per other IRC clients). Will this string remain the same in other language versions of Colloquy. Will the Syntax remain the same (this is where reserved words are probably more reliable)?