Setting up StatServ
StatServ provides basic statistics and split tracking.
StatServ Block
The statserv{}
block contains settings specific to the StatServ service bot.
A fully configured statserv{}
block may look like:
statserv {
nick = "StatServ";
user = "StatServ";
host = "misconfigured.network";
real = "Statistics Services";
};
Services Bot Options
StatServ supports all standard services bot options.
Modules
By loading or choosing not to load specific modules, you can customize what features your StatServ instance offers. You can even disable StatServ entirely if you choose to load none of these modules.
Module | Features |
---|---|
modules/statserv/main | Core components |
modules/statserv/channel | CHANNEL command |
modules/statserv/netsplit | NETSPLIT command |
modules/statserv/server | SERVER command |