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