From 54060a04e22828f5b13bf006dcff99d0f8e58022 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 15 Dec 2024 15:41:26 -0800 Subject: [PATCH] Update config.yml --- config.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index d7835a4..e4ddaa8 100644 --- a/config.yml +++ b/config.yml @@ -16,4 +16,11 @@ admin-nick: admin # This MUST be a file path. # Recommended to use a .db extension because it is an SQLite database # If the path doesn't exist, it will be created, make sure it is either blank or generated by ircat! -data-path: /path/to/data/for/ircat.db \ No newline at end of file +data-path: /path/to/data/for/ircat.db + +# The MOTD and it's file if applicable +motd: | + CONFIG.YML EXAMPLE + Replace this with your own motd! + +# motd-file: /etc/motd \ No newline at end of file