From 004c4cbe5f4c37cf455cb6d0caa434fbbb3406ea Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 2 Jan 2014 11:02:14 -0500 Subject: Move modules out of extras that dont have external dependencies --- data/modules.example.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data') 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 -- cgit