Update config.yml
This commit is contained in:
parent
07fc7fbd66
commit
54060a04e2
1 changed files with 8 additions and 1 deletions
|
@ -17,3 +17,10 @@ admin-nick: admin
|
||||||
# Recommended to use a .db extension because it is an SQLite database
|
# 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!
|
# 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
|
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
|
Loading…
Reference in a new issue