Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

this ^/list or /list all
Well, whaddayaknow? That was exactly what I was looking for. Bugs me that I did not find that out myself. Many thanks, kind sir/ma'am.These should do the trick,
[TABLE=collapse]
[TR]
[TD]bool[/TD]
[TD]ChatChannel[name][/TD]
[TD]Returns TRUE if name is joined[/TD]
[/TR]
[TR]
[TD]int[/TD]
[TD]ChatChannels[/TD]
[TD]Returns the number of channels currently joined[/TD]
[/TR]
[TR]
[TD]string[/TD]
[TD]ChatChannel[#][/TD]
[TD]Returns the name of chat channel #[/TD]
[/TR]
[/TABLE]
Once alerted to the fact that there actually IS a TLO for this (kind of), it was easy to solve.You can do a /list and then parse the information using events. But that's a whole basket of extra stuff as a non-coder.

