diff options
| author | Sadie Powell <sadie@witchery.services> | 2025-02-13 01:28:28 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2025-02-13 01:45:20 +0000 |
| commit | f8c1b8f4f9bcb06242aa7d7360ea610764565c75 (patch) | |
| tree | 84eed97fb3781ff3b8c0ecbbd8f304cc3e7997ff /data | |
| parent | eaa00c7c9e38f7f5633544a767876f2f6d57185d (diff) | |
Rework the RPC modules in preparation for the new JSON-RPC module.
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" } |
