1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 15:53:13 +02:00

Add the rpc_message module, remove the notice RPC event.

This commit is contained in:
Sadie Powell
2025-03-13 15:11:37 +00:00
parent 645f969d70
commit fd6770373f
7 changed files with 264 additions and 35 deletions
+14
View File
@@ -845,6 +845,20 @@ module
*/
#module { name = "rpc_main" }
/*
* rpc_message
*
* Adds support for the following RPC methods:
*
* anope.messageNetwork anope.messageServer
* anope.messageUser
*
* Requires either the jsonrpc or xmlrpc module.
*
* See docs/RPC/rpc_message.md for API documentation.
*/
#module { name = "rpc_message" }
/*
* rpc_system
*