Helpfile
CONFIG PARAMETER: helpfile
This configuration directive associates the in-game command,
The associated
Unlike raw_helpfile, the associated helpfile
The default configuration file contains the following lines already, but the base server does not setup any help files (including help, wizhelp, or news). Therefore, make sure that your older configuration files contain at least the following lines:
raw_helpfile help text/help
raw_helpfile wizhelp text/wizhelp
access wizhelp wizard
Also, in order for the help aliases in alias.conf to be setup properly, the three above lines must occur before alias.conf is included.
To prevent access to arbitrary files after the server has started, this configuration directive cannot be used by via @admin after the server has started.
Examples:
helpfile wiznews text/wiznews
access wiznews wizard
Related Topics: access, raw_helpfile