Setting up ALIS
ALIS provides essential network management tools for IRC operators on the IRC network.
#
ALIS BlockThe alis{}
block contains settings specific to the ALIS service bot.
A fully configured alis{}
block may look like:
alis { nick = "ALIS"; user = "ALIS"; host = "misconfigured.network"; real = "Channel Directory"; maxmatches = 128;};
#
Services Bot OptionsALIS supports all standard services bot options.
#
maxmatchesThe default maximum number of channels returned in a query.
The chan:auspex
privilege is required to ask for more.
- Minimum: 8
- Maximum: 128
- Default: 64
Example: maxmatches = 64;
#
ModulesALIS is entirely contained within the modules/alis/main
module. By loading this module, you will enable ALIS and all available ALIS commands.