18 lines
No EOL
575 B
YAML
18 lines
No EOL
575 B
YAML
# IRCat Configuration
|
|
|
|
# Used as the server/network's display name. MUST NOT CONTAIN SPACES!
|
|
name: foo
|
|
|
|
# The hostname the server should go by, such as ircserver1.example.com
|
|
host: 127.0.0.1
|
|
|
|
# The identifier for this server, such as the location (Used in whois)
|
|
identifier: somewhere in the universe
|
|
|
|
# The nickserv account to automatically be IRC opped
|
|
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 |