mirror of
https://github.com/anope/anope.git
synced 2026-07-01 12:06:38 +02:00
Add the system.listMethods RPC method.
Still to implement: - system.getCapabilities - system.methodHelp - system.methodSignature
This commit is contained in:
@@ -824,3 +824,12 @@ module { name = "sasl" }
|
||||
* Requires xmlrpc.
|
||||
*/
|
||||
#module { name = "rpc_main" }
|
||||
|
||||
/*
|
||||
* rpc_system
|
||||
*
|
||||
* Adds support for the system.listMethods RPC method.
|
||||
*
|
||||
* Requires either the jsonrpc or xmlrpc module.
|
||||
*/
|
||||
#module { name = "rpc_system" }
|
||||
|
||||
Reference in New Issue
Block a user