diff options
| author | Adam <Adam@anope.org> | 2014-01-02 11:02:14 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2014-01-02 11:03:33 -0500 |
| commit | 004c4cbe5f4c37cf455cb6d0caa434fbbb3406ea (patch) | |
| tree | 0e6675dfe28a829f5786b0b2f993566c61662de7 /data | |
| parent | 072202c181943901c727782e64881adadf13d7dd (diff) | |
Move modules out of extras that dont have external dependencies
Diffstat (limited to 'data')
| -rw-r--r-- | data/modules.example.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 3fdd1c92b..a6c226750 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -159,7 +159,7 @@ module { name = "help" } } /* - * m_httpd [EXTRA] + * m_httpd * * Allows services to serve web pages. By itself, this module does nothing useful. * @@ -342,7 +342,7 @@ module { name = "help" } } /* - * m_proxyscan [EXTRA] + * m_proxyscan * * This module allows you to scan connecting clients for open proxies. * Note that using this will allow users to get the IP of your services. @@ -469,7 +469,7 @@ module { name = "help" } } /* - * m_sql_log + * m_sql_log [EXTRA] * * This module adds an additional target option to log{} blocks * that allows logging Service's logs to SQL. To log to SQL, add @@ -633,7 +633,7 @@ module { name = "help" } } /* - * m_xmlrpc [EXTRA] + * m_xmlrpc * * Allows remote applications (websites) to execute queries in real time to retrieve data from Anope. * By itself this module does nothing, but allows other modules (m_xmlrpc_main) to receive and send XMLRPC queries. @@ -647,7 +647,7 @@ module { name = "help" } } /* - * m_xmlrpc_main [EXTRA] + * m_xmlrpc_main * * Adds the main XMLRPC core functions. * Requires m_xmlrpc. @@ -655,7 +655,7 @@ module { name = "help" } #module { name = "m_xmlrpc_main" } /* - * webcpanel [EXTRA] + * webcpanel * * This module creates a web configuration panel that allows users and operators to perform any task * as they could over IRC. If you are using the default configuration you should be able to access |
