With this module, the following tag is required in the config:
<include file="helpop.conf">
'file' is a full path to your helpop file (usually called helpop.conf). An example helpop file is in the inspircd docs directory, called 'helpop.conf.example'
Every possible help topic is configured in the helpop.conf file, which contains a tag for each topic in the form:
<helpop key="moo" value="information about
moo cows here">
Newlines are permitted in values, and will be changed to send multiple lines of output to the user.
|