1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 13:43:12 +02:00

Add the rpc_data module.

- Add rewritten and namespaced versions of the channel, oper, user
  events.

- Add the following new events:
  * anope.listChannels
  * anope.listOpers
  * anope.listServers
  * anope.listUsers
  * anope.server
This commit is contained in:
Sadie Powell
2025-02-24 05:46:43 +00:00
parent 801a748e25
commit e500258ce4
6 changed files with 773 additions and 148 deletions
+16
View File
@@ -817,6 +817,22 @@ module { name = "sasl" }
server = "httpd/main"
}
/*
* rpc_data
*
* Adds support for the following RPC methods:
*
* anope.listChannels anope.channel
* anope.listOpers anope.oper
* anope.listServers anope.server
* anope.listUsers anope.user
*
* Requires either the jsonrpc or xmlrpc module.
*
* See docs/RPC/rpc_data.md for API documentation.
*/
#module { name = "rpc_data" }
/*
* rpc_main
*