summaryrefslogtreecommitdiff
path: root/docs/RPC/jsonrpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'docs/RPC/jsonrpc.php')
-rw-r--r--docs/RPC/jsonrpc.php2
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]);
}
/**