]> jfr.im git - solanum.git/commitdiff
Updated reference.conf
authorValery V Yatsko <redacted>
Wed, 13 Aug 2008 19:17:43 +0000 (23:17 +0400)
committerValery V Yatsko <redacted>
Wed, 13 Aug 2008 19:17:43 +0000 (23:17 +0400)
doc/reference.conf

index 0b64947bfa11ea021b59ca6e2807a391177a2a12..f87d101045f2acb8ffb9c782c19a0ea4ee4550e2 100755 (executable)
@@ -41,6 +41,9 @@
  * Charybdis contains several extensions that are not enabled by default.
  * To use them, uncomment the lines below.
  *
+ * Channel mode +-A (admin only)                     -- chm_adminonly.so
+ * Channel mode +-O (oper only)                      -- chm_operonly.so
+ * Channel mode +-S (ssl only)                       -- chm_sslonly.so
  * Emulates channel mode +-O (oper only) (+-iI $o)   -- chm_operonly_compat.so
  * Emulates channel mode +-R (quiet unreg) (+-q $~a) -- chm_quietunreg_compat.so
  * Emulates channel mode +-S (ssl only) (+-b $~z)    -- chm_sslonly_compat.so
@@ -63,6 +66,9 @@
  * Remote oper up notices                            -- sno_globaloper.so
  * /whois notifications (snomask +W)                 -- sno_whois.so
  */
+#loadmodule "extensions/chm_adminonly.so";
+#loadmodule "extensions/chm_operonly.so";
+#loadmodule "extensions/chm_sslonly.so";
 #loadmodule "extensions/chm_operonly_compat.so";
 #loadmodule "extensions/chm_quietunreg_compat.so";
 #loadmodule "extensions/chm_sslonly_compat.so";