diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/modules.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 917f72c61..604f05c43 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -789,7 +789,7 @@ module { name = "sasl" } * 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 (xmlrpc_main) to receive and send XMLRPC queries. + * By itself this module does nothing, but allows other modules (rpc_main) to receive and send XMLRPC queries. */ #module { @@ -800,9 +800,9 @@ module { name = "sasl" } } /* - * xmlrpc_main + * rpc_main * - * Adds the main XMLRPC core functions. + * Adds the main RPC core functions. * Requires xmlrpc. */ -#module { name = "xmlrpc_main" } +#module { name = "rpc_main" } |
