How to Install Denora Modules
https://github.com/denora/denora-modules/blob/master/ircd_hline/ircd_hline.c
+------------+
INSTALLATION
+------------+
1. Place ircd_hline.c in src/modules
2. In the Denora root (outside src/) type "make modules"
3. Type "make install"
4. In IRC, login to your StatServ and type "MODLOAD ircd_hline"
5. Edit your denora.conf and at the bottom of the 'modules' block, add this line:
delayed ircd_hline;
_________________________________________________________________________________
https://github.com/denora/denora-modules/blob/master/connectserv/connectserv.h
https://github.com/denora/denora-modules/blob/master/connectserv/connectserv.conf
copy the *.c/*.h to the src/modules folder
compile
copy the connectserv.conf to your main installation direction, ie... "stats"
_________________________________________________________________________________
https://github.com/denora/denora-modules/blob/master/ircd_oper/ircd_oper.c
+------------+
INSTALLATION
+------------+
1. Place ircd_oper.c in src/modules
2. In the Denora root (outside src/) type "make modules"
3. Type "make install"
4. In IRC, login to your StatServ and type "MODLOAD ircd_oper"
5. Edit your denora.conf and at the bottom of the 'modules' block, add this line:
delayed ircd_oper;
_________________________________________________________________________________
https://github.com/denora/denora-modules/blob/master/log_ctcpversion/log_ctcpversion.c
+------------+
INSTALLATION
+------------+
1. Place log_ctcpversion.c in src/modules
2. In the Denora root (outside src/) type "make modules"
3. Type "make install"
4. In IRC, login to your StatServ and type "MODLOAD log_ctcpversion"
5. Edit your denora.conf and at the bottom of the 'modules' block, add this line:
delayed log_ctcpversion;
_________________________________________________________________________________
https://github.com/denora/denora-modules/blob/master/seen/seen.c
+------------+
INSTALLATION
+------------+
1. Place seen.c in src/modules
2. In the Denora root (outside src/) type "make modules"
3. Type "make install"
+-------------+
CONFIGURATION
+-------------+
1. In IRC, login to your StatServ and type "MODLOAD seen"
2. Enable the fantasy commands in StatServ:
/msg StatServ CHANSTATS SET FANTASY NOTICE
or
/msg StatServ CHANSTATS SET FANTASY ON
3. IMPORTANT: open your denora.conf and make the following changes:
- Change the 'usercache' and 'servercache' parameters to a higher value,
such as 15 days (15d), to keep information for a longer time.
IMPORTANT: servercache must be NOT smaller than usercache!
usercache 15d;
servercache 30d;
- Enable the 'keepusers' and 'keepservers' parameters by removing the '#' in front:
keepusers;
keepservers;
- At the bottom of the 'modules' block, add this line:
delayed seen;
4. If you are using Anope Services 1.7+, you might want to remove the bs_fantasy_seen module from
the configuration file (recent versions) or use the bs_removeseen module (older versions)
+-----+
USAGE
+-----+
In channel : !seen [nickname|user|nick@host|nick!ident@host]
In query : /msg StatServ SEEN [nickname|user|nick@host|nick!ident@host]
Wildcards (*) are supported!
("!" is the default trigger and StatServ is the default nickname for Denora.
If you have a different configuration, that one applies)
_________________________________________________________________________________
https://github.com/denora/denora-modules/blob/master/ss_restricthelp/ss_restricthelp.c
+------------+
INSTALLATION
+------------+
1. Place ss_restricthelp.c in src/modules
2. In the Denora root (outside src/) type "make modules"
3. Type "make install"
4. In IRC, login to your StatServ and type "MODLOAD ss_restricthelp"
5. Edit your denora.conf and at the bottom of the 'modules' block, add this line:
delayed ss_restricthelp;
_________________________________________________________________________________
https://github.com/denora/denora-modules/blob/master/unreal_kline/unreal_kline.c
+------------+
INSTALLATION
+------------+
1. Place unreal_kline.c in src/modules
2. In the Denora root (outside src/) type "make modules"
3. Type "make install"
4. In IRC, login to your StatServ and type "MODLOAD unreal_kline"
5. Edit your denora.conf and at the bottom of the 'modules' block, add this line:
delayed unreal_kline;