Update config.yml
This commit is contained in:
parent
34d71f3aa3
commit
e8e6b49eda
1 changed files with 6 additions and 1 deletions
|
@ -11,3 +11,8 @@ identifier: somewhere in the universe
|
||||||
|
|
||||||
# The nickserv account to automatically be IRC opped
|
# The nickserv account to automatically be IRC opped
|
||||||
admin-nick: admin
|
admin-nick: admin
|
||||||
|
|
||||||
|
# The path of the data file to be used by NickServ, ChanServ, etc
|
||||||
|
# This MUST be a file path.
|
||||||
|
# Recommended to use a .db extension because it is an SQLite database
|
||||||
|
data-file: /path/to/data/for/ircat.db
|
Loading…
Reference in a new issue