https://github.com/edk0/atheme-extra
https://github.com/edk0/atheme-extra
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edk0/atheme-extra
- Owner: edk0
- License: other
- Created: 2021-04-24T12:14:19.000Z (over 4 years ago)
- Default Branch: test
- Last Pushed: 2021-10-01T20:47:27.000Z (about 4 years ago)
- Last Synced: 2025-01-29T20:18:09.352Z (9 months ago)
- Language: C
- Size: 153 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
These are freenode-specific modules for atheme-services.
They are currently intended for atheme-services trunk,
hg clone http://hg.atheme-project.org/atheme
The ircd is hyperion as currently used by freenode (hyperion-1.0.2b(382)).
To compile, first compile and install atheme-services. Then copy
Makefile.config.example to Makefile.config and edit it, then make and make
install.
You can then load the modules using atheme.conf lines like
loadmodule "modules/freenode/regnotice.so";
loadmodule "modules/freenode/ns_extendchans.so";
loadmodule "modules/freenode/cs_access.so";
loadmodule "modules/freenode/os_greplog.so";
or the OperServ MODLOAD command.
-- jilles, May 2007