diff options
author | Sadie Powell <sadie@witchery.services> | 2025-02-18 16:15:58 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-02-18 16:15:58 +0000 |
commit | 98320d130f6c74793d416526e892b11ca5619b91 (patch) | |
tree | 4e0ecde92ac8a7d4a1bf09f3dff82389fb48a666 /data | |
parent | 37f21a2e1eae792aa30a397f64e93a624c39631e (diff) |
Rewrite the xmlrpc module using libxmlrpc-c.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index bfc1643ac..e3fbb4294 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -802,7 +802,7 @@ module { name = "sasl" } } /* - * xmlrpc + * [EXTRA] xmlrpc * * Allows remote applications (websites) to execute queries in real time to retrieve data from Anope. * By itself this module does nothing, but allows other modules (rpc_main) to receive and send XMLRPC queries. |