minetest-trackr/trackr.example.ini

24 lines
670 B
INI
Raw Permalink Normal View History

2020-07-20 20:09:45 -07:00
[trackr]
2020-11-06 10:21:53 -08:00
ip = irc.example.com
2020-07-20 20:09:45 -07:00
ssl_port = 6697
2020-11-06 10:21:53 -08:00
channels = #channel1, #channel2
2020-07-20 20:09:45 -07:00
nick = bot-nickname
prefix = ,
2020-11-06 10:21:53 -08:00
admins = admin1, admin2
2020-07-20 20:09:45 -07:00
# If this is unspecified, moderation is disabled.
secret = Random string to use when generating passwords
2020-07-20 20:09:45 -07:00
# Optional and case-sensitive (defaults to +v list)
# server_list = MinetestServer1, MinetestServer2
2020-08-13 00:23:53 -07:00
# Optional, the mode to use when finding MT servers. Default: v
# server_mode = v
# Optional, disables legacy password attempts.
# enable_legacy_passwords = false
# Optional, for bulk password migration
# new_domain = new-reverse-dns.example.com
# legacy_domains = old-reverse-dns-1.example.com,old-reverse-dns-2.example.com