Out there on the FG IRC channel #fg_cantene in the past couple weeks, there's been an IRC robot that responds to commands like !wx, !metar, !aptinfo and responds with latest weather (from Google), latest METAR for a specified ICAO airport code (courtesy of NOAA), and airport info (runways, ILS freq).
A similar bot could be made for FG's multiplayer network. However there are technical limitations:
1. The bot would respond on the broadcast channel, since FG MP lacks private comms capability.
2. The bot has to be within 100 NM to receive a request from a pilot.
If the bot uses the 'obs' callsign, it can receive requests from all over the FG world, but it then loses its voice -- FGMS filters out data packets (including chat messages) from 'obs' clients.
One workaround is for the bot to receive special status from FGMS, such that it can receive globally and yet respond like a normal client (100 NM transmission radius).
What do you think, people?