diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-05 18:36:37 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-05 21:18:27 +0100 |
commit | fab8589e1ea12906ad978477d8025f526051792a (patch) | |
tree | 62e05f8558acf0a25241ca8ddf33d183e51ff36b /data | |
parent | 937404e3118f10735875ff45a658facbf77e984d (diff) |
Remove rpc_main.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index b6c86871d..90cd0c83a 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -924,14 +924,6 @@ module #module { name = "rpc_data" } /* - * rpc_main - * - * Adds the main RPC core methods. - * Requires xmlrpc. - */ -#module { name = "rpc_main" } - -/* * rpc_message * * Adds support for the following RPC methods: |