diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-07 23:18:08 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-07 23:18:08 +0000 |
commit | bb8df01e254f7bdb5f518d2714d3e820c2207c62 (patch) | |
tree | 3e67e220bfc6f9e6f0484126c87787f04aeab48e /data | |
parent | 16700b0e308b001e6fa3418f67cda8293257ec24 (diff) |
Move some modules which can be built by default out of extra.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 0520a8934..4089e9ea2 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -254,7 +254,7 @@ module { name = "help" } } /* - * ldap_authentication [EXTRA] + * ldap_authentication * * This module allows many commands such as IDENTIFY, RELEASE, RECOVER, GHOST, etc. use * LDAP to authenticate users. Requires ldap. @@ -314,7 +314,7 @@ module { name = "help" } } /* - * ldap_oper [EXTRA] + * ldap_oper * * This module dynamically ties users to Anope opertypes when they identify * via LDAP group membership. Requires ldap. @@ -640,7 +640,7 @@ module { name = "sasl" } } /* - * sql_authentication [EXTRA] + * sql_authentication * * This module allows authenticating users against an external SQL database using a custom * query. @@ -691,7 +691,7 @@ module { name = "sasl" } } /* - * sql_log [EXTRA] + * sql_log * * This module adds an additional target option to log{} blocks * that allows logging Service's logs to SQL. To log to SQL, add @@ -711,7 +711,7 @@ module { name = "sasl" } #module { name = "sql_log" } /* - * sql_oper [EXTRA] + * sql_oper * * This module allows granting users services operator privileges and possibly IRC Operator * privileges based on an external SQL database using a custom query. |