diff options
Diffstat (limited to 'docs/MODULES')
-rw-r--r-- | docs/MODULES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MODULES b/docs/MODULES index 52cb3b25c..4edf509db 100644 --- a/docs/MODULES +++ b/docs/MODULES @@ -12,7 +12,7 @@ Anope Modules 1) Introduction - Anope 1.6 onwards supports external modules. External modules are pieces + Anope supports external modules. External modules are pieces of code that can be attached to a running Anope process dynamically. These modules can serve several purposes, and perform all kind of operations to enhance your network. @@ -22,7 +22,7 @@ Anope Modules 1. If modules are supported by your system, they will be configured automatically when you run ./Config. The modules will be installed to the modules directory in your data path (by default this will - be ~/services/data/modules). + be ~/anope/data/modules). 2. Compile Anope as usual using ./Config. The "make" process will now compile module support into Anope, and compile the default sample @@ -98,7 +98,7 @@ Anope Modules 1. Make sure you're in the main source directory. (usually anope-1.X.XX/) 2. Run ./Config to find and configure modules, then `cd build`. 3. Run `make` to compile Anope, and any modules. - 4. Run `make install` to copy the compiled binaries to the ~/services/ + 4. Run `make install` to copy the compiled binaries to the ~/anope/ directory. You can now use /msg OperServ MODLOAD to load the new modules. |