mirror of
https://github.com/anope/anope.git
synced 2026-07-09 20:03:13 +02:00
Add the rpc_message module, remove the notice RPC event.
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user