1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Move modules out of extras that dont have external dependencies

This commit is contained in:
Adam
2014-01-02 11:02:14 -05:00
parent 072202c181
commit 004c4cbe5f
72 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -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

Before

Width:  |  Height:  |  Size: 723 B

After

Width:  |  Height:  |  Size: 723 B

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB