diff options
author | Adam <Adam@anope.org> | 2015-12-13 19:28:31 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-09-23 21:20:55 -0400 |
commit | b597df403c852e4d164ca44abb5c1cae2beba536 (patch) | |
tree | 4a5511245aa3613fb4991a1f27550860ce0c268b /docs | |
parent | 1406b3f9953c9c58972e1faf3f36ba7935b7563c (diff) |
Document m_xmlrpc_main notice
Diffstat (limited to 'docs')
-rw-r--r-- | docs/XMLRPC/XMLRPC | 2 |
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. |