summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/RPC/XMLRPC (renamed from docs/XMLRPC/XMLRPC)2
-rw-r--r--docs/RPC/xmlrpc.php (renamed from docs/XMLRPC/xmlrpc.php)0
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/XMLRPC/XMLRPC b/docs/RPC/XMLRPC
index 72f81e4b8..ac3f1059b 100644
--- a/docs/XMLRPC/XMLRPC
+++ b/docs/RPC/XMLRPC
@@ -1,7 +1,7 @@
XMLRPC using PHP's xmlrpc_encode_request and xmlrpc_decode functions is supported.
This allows external applications, such as websites, to execute remote procedure calls to Anope in real time.
-Currently there are 5 supported XMLRPC calls, provided by xmlrpc_main:
+Currently there are 5 supported XMLRPC calls, provided by rpc_main:
checkAuthentication - Takes two parameters, an account name and a password. Checks if the account name is valid and the password
is correct for the account name, useful for making login pages on websites.
diff --git a/docs/XMLRPC/xmlrpc.php b/docs/RPC/xmlrpc.php
index 90f07a944..90f07a944 100644
--- a/docs/XMLRPC/xmlrpc.php
+++ b/docs/RPC/xmlrpc.php