GMCP Config

----------------------------------------------------------------------------
Help Keywords : GMCPConfig.
Help Category : Communication.
Last Updated  : 2020-12-24 10:14:12.
----------------------------------------------------------------------------
A number of the game config commands can be queried and turned on or off
via GMCP. The syntax, via GMCP, is:

     config [option name]  [ 'on', 'off', or NULL (no argument) ]

If you send no argument the current flag setting will be returned. The on / 
off options explicitly set the option and return the new setting as 
confirmation. 

In Mushclient you can try these manually by doing, for example, 'sendgmcp 
config autoexit' which will return whether or not you have autoexit toggled.

Note the option name carefully. If the option begins "no" then the answer
might be the opposite of what you expect. For example "Noweather" will 
return YES if the "noweather" flag is on, which means "do not show 
weather". Also note that some options are not quite the same as the in-game 
commands.

GMCP Config Option List:

   Autoassist,
   Autoexit,
   Autoloot,
   Autorecall,
   Autosac,
   Autosave,
   Autotick,
   Autoswing,
   Bprompt,
   Catchtells,
   Color,
   Compact,
   Deaf,
   Echocommands,
   Invmon,
   Maprun,
   Noexp,
   Nomap,
   Noobjlevels, 
   Nopagerepeat,
   Noprefix,
   Nopretitles,
   Noweather,
   PKoff,
   Prompt,
   Promptflags,
   Quiet,
   Rawcolors,
   Savetells,
   Shortflags,
   Shortmap,
   Statmon,
   Strictpager,
   Strictsocials,
   Tickinfo,
   Xterm

----------------------------------------------------------------------------