diff options
author | Sadie Powell <sadie@witchery.services> | 2025-03-13 15:11:37 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-03-13 15:12:47 +0000 |
commit | fd6770373f453473293d4b99e847744dad9ec55c (patch) | |
tree | 69d9958ee190c94e0ff31d737fb59eec2e6abce2 /docs/RPC/jsonrpc.php | |
parent | 645f969d702157a9a5ce864d3a3777f22cedac8d (diff) |
Add the rpc_message module, remove the notice RPC event.
Diffstat (limited to 'docs/RPC/jsonrpc.php')
-rw-r--r-- | docs/RPC/jsonrpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/RPC/jsonrpc.php b/docs/RPC/jsonrpc.php index a0a6e9270..4e9b52ba9 100644 --- a/docs/RPC/jsonrpc.php +++ b/docs/RPC/jsonrpc.php @@ -132,7 +132,7 @@ class AnopeRPC */ public function notice($source, $target, $message) { - return $this->run("notice", [$source, $target, $message]); + return $this->run("anope.messageUser", [$source, $target, $message]); } /** |