1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 00:16:39 +02:00

Allow disabling the timestamp in os_news messages.

This commit is contained in:
Sadie Powell
2025-04-25 12:58:25 +01:00
parent 9ca69a7b49
commit c11638db98
3 changed files with 41 additions and 12 deletions
+7
View File
@@ -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"; }