From cd10e8ae90223624426b7a3843404fab99c58768 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 15 Dec 2024 19:30:56 -0800 Subject: [PATCH] Update config.yml --- config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index e4ddaa8..621ce27 100644 --- a/config.yml +++ b/config.yml @@ -18,9 +18,13 @@ admin-nick: admin # 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 -# The MOTD and it's file if applicable +# The MOTD and its file if applicable motd: | CONFIG.YML EXAMPLE Replace this with your own motd! -# motd-file: /etc/motd \ No newline at end of file +# motd-file: /etc/motd + +# The ping timeout in seconds, default is 255 + +# ping-timeout: 255 \ No newline at end of file