summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-08-29 13:40:39 +0100
committerSadie Powell <sadie@witchery.services>2024-08-29 13:40:39 +0100
commit80451011dde7f885d9f9193961b8bae829ce9b8c (patch)
tree62c0bbe0e1f0a3f747d0ae0a82d2351d414b256f /data
parentb4e673b2f405533438fc090a0cbb10cd1c047bec (diff)
Remove pointless semicolons in the config for the webcpanel module.
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index 5b0a578cb..917f72c61 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -773,16 +773,16 @@ module { name = "sasl" }
name = "webcpanel"
/* Web server to use. */
- server = "httpd/main";
+ server = "httpd/main"
/*
* The directory containing the webcpanel templates. This is relative to the
* data directory.
*/
- template_dir = "webcpanel/templates/default";
+ template_dir = "webcpanel/templates/default"
/* Page title. */
- title = "Anope IRC Services";
+ title = "Anope IRC Services"
}
/*