This is a tool I have started to work on which will allow me to communicate more effectively with my guild (although it will work with anyone really who has the mod, guilded or not). Right now it basically just gives me script access to each of my guildies computers (yes, risky in the wrong hands but it has been throttled such that only commands sent by me work). Setting permissions and removing them is fairly simple so the risk is only on who the end client decides to have access to certain functions.
The goal is to make a blackboard style mod with which I can plan raids with my guildies and such. It's sort of developing as I go... one day I figured it would be cool if I could show some of my guildies some sounds, or images... but to do that they'd need to type in long complex script commands. With this mod I am able to do it for them... etc.
This is a first release to try out with my guildies, if you want to make your own admins (people who have script permission to your comp) you have type:
/script MaelSettings["Admins"] = "x y z"
where x y and z are the players in-game names.
Again it's still early, wrote it all by hand from scratch so there's still a lot to do! :)

