]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Move flood_attack_channel to channel.c so it can be used outside m_message.c
[irc/rqf/shadowircd.git] / doc / reference.conf
index 1d4848bfea7a5d865f0103461af8a1586199ee31..539ee69292770e8320fcd6598fdedc40d7df044d 100755 (executable)
@@ -74,6 +74,7 @@
  * /olist - see all channels in /list, oper only     -- m_olist.so
  * /okick - kick users without having ops, oper only -- m_okick.so
  * /forcejoin - force join users, admin only         -- m_force.so
+ * roleplay commands - send msgs from fake users     -- m_roleplay.so
  * Opers cannot be invisible (umode +i)              -- no_oper_invis.so
  * Far connection notices (snomask +F)               -- sno_farconnect.so
  * Remote k/d/x line active notices                  -- sno_globalkline.so
@@ -109,6 +110,7 @@ loadmodule "extensions/m_webirc.so";
 #loadmodule "extensions/m_olist.so";
 #loadmodule "extensions/m_okick.so";
 #loadmodule "extensions/m_force.so";
+#loadmodule "extensions/m_roleplay.so";
 #loadmodule "extensions/no_oper_invis.so";
 loadmodule "extensions/sno_farconnect.so";
 loadmodule "extensions/sno_globalkline.so";
@@ -822,7 +824,7 @@ channel {
        max_chans_per_user = 15;
 
         /* max bans: maximum number of +b/e/I/q modes in a channel */
-        max_bans = 25;
+        max_bans = 100;
 
         /* max bans: maximum number of +b/e/I/q modes in a +L channel */
         max_bans_large = 500;