Configuring CHANFIX
CHANFIX provides channel recovery services without registration, which allows users to maintain control of channels even if ChanServ is not used to register them.
#
CHANFIX BlockThe chanfix{}
block contains settings specific to the CHANFIX service bot.
A fully configured chanfix{}
block may look like:
chanfix { nick = "CHANFIX"; user = "CHANFIX"; host = "misconfigured.network"; real = "Channel Fixing Service"; autofix;};
#
Services Bot OptionsCHANFIX supports all standard services bot options.
#
autofixEnabling this value will automatically fix channels if they become opless and meet fixing criteria.
Example:
- Enabled:
autofix;
- Disabled:
#autofix;
#
ModulesCHANFIX is entirely contained within the modules/chanfix/main
module. By loading this module, you will enable CHANFIX and all available CHANFIX commands.