summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-12-13 19:28:31 -0500
committerAdam <Adam@anope.org>2015-12-13 19:28:31 -0500
commit98b35dfab2d7e532e9634de4fc8c695d5911c351 (patch)
treee3c511ad50e5188dec6263ed56fc270b388d448c
parent56abaf8498db9f786dfa10eae87317ca5c14ce42 (diff)
Document m_xmlrpc_main notice
-rw-r--r--docs/XMLRPC/XMLRPC2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/XMLRPC/XMLRPC b/docs/XMLRPC/XMLRPC
index 95a18abc4..ee655cb19 100644
--- a/docs/XMLRPC/XMLRPC
+++ b/docs/XMLRPC/XMLRPC
@@ -17,6 +17,8 @@ channel - Takes one parameter, a channel name, and returns real time information
user - Takes one parameter, a user name, and returns real time information regarding that user.
+notice - Takes three parameters, source user, target user, and message. Sends a message to the user.
+
XMLRPC was designed to be used with db_sql, and will not return any information that can be pulled from the SQL
database, such as accounts and registered channel information. It is instead used for pulling realtime data such
as users and channels currently online. For examples on how to use these calls in PHP, see xmlrpc.php in docs/XMLRPC.