summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-25 12:58:25 +0100
committerSadie Powell <sadie@witchery.services>2025-04-25 13:08:26 +0100
commitc11638db98baf8bb997ba919523b5eded5e045d7 (patch)
treec87d4fa61ba2f598fc07179556734674d70cca7e /data
parent9ca69a7b49549c434d53957f2d294d217d80e53a (diff)
Allow disabling the timestamp in os_news messages.
Diffstat (limited to 'data')
-rw-r--r--data/operserv.example.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf
index f5dc935a6..2b35bf574 100644
--- a/data/operserv.example.conf
+++ b/data/operserv.example.conf
@@ -502,6 +502,13 @@ module
* This directive is optional, if not set it will default to 3.
*/
#newscount = 3
+
+ /*
+ * Whether to show the datetime at which the news entry was added.
+ *
+ * This directive is optional, if not set it will default to yes.
+ */
+ #showdate = yes
}
command { service = "OperServ"; name = "LOGONNEWS"; command = "operserv/logonnews"; permission = "operserv/news"; }
command { service = "OperServ"; name = "OPERNEWS"; command = "operserv/opernews"; permission = "operserv/news"; }