diff options
author | Adam <Adam@anope.org> | 2015-02-03 18:42:35 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-02-03 18:42:35 -0500 |
commit | dc5039e994a9bcbc0a59591296a753659095fd5b (patch) | |
tree | 2194d005639de59f3b9a17be46e1465ae1d0091f /docs/XMLRPC | |
parent | 845ca576b4c5a94f0a3ec12a4dd524a7d017155e (diff) |
Properly unescape xmlrpc
Diffstat (limited to 'docs/XMLRPC')
-rw-r--r-- | docs/XMLRPC/XMLRPC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/XMLRPC/XMLRPC b/docs/XMLRPC/XMLRPC index a183af097..95a18abc4 100644 --- a/docs/XMLRPC/XMLRPC +++ b/docs/XMLRPC/XMLRPC @@ -3,8 +3,8 @@ This allows external applications, such as websites, to execute remote procedure Currently there are 5 supported XMLRPC calls, provided by m_xmlrpc_main: -checkAuthetication - 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. +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. command - Takes three parameters, a service name (BotServ, ChanServ, NickServ), a user name (whether online or not), and the command to execute. This will execute a the given command to Anope using the given service name. If the user given is online, the |