Modules:Usage:Loading
From Anope Wiki
Ok, so now there's a .so/.dll in my modules folder. What now?
Before explaining how to load the module, make sure you have the following:
- Anope is started, and linked to your server.
- You are connected to your IRC network and have the oper status equivalent to Global Operator.
- You are identified to a nickname that has SRA (Services Root Administrator) access to Anope.
Ok, so all of the above is a go?
You have two options:
One
- Issue to OperServ command MODLOAD <filename> (minus the extension).
- Eg: /msg operserv modload os_massmode
If all went well, you should be able to use the module. If not, consult the logfile for error messages, and possibly contact the module author.
Two
- Open services.conf in your favorite text editor.
- Add the module to the ModuleAutoLoad directive. If the module needs to add services pseudo-clients add it to ModuleDelayedAutoLoad instead.

