From 80451011dde7f885d9f9193961b8bae829ce9b8c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 29 Aug 2024 13:40:39 +0100 Subject: Remove pointless semicolons in the config for the webcpanel module. --- data/modules.example.conf | 6 +++--- 1 file 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" } /* -- cgit