16 lines
677 B
TOML
16 lines
677 B
TOML
|
|
[AutoMessage]
|
|
# The messages to be sent
|
|
MESSAGES = ["Эй, дружок-пирожок, тобой выбрана неправильная дверь, круг кожевенного ремесла два блока вниз..."]
|
|
# Should we attach a link to this message?
|
|
LINKS = ["https://www.bisecthosting.com/lupin?r=automessage"]
|
|
# How frequently / after how long should the message be sent?
|
|
INTERVALS = [7]
|
|
# How many times should the message be sent per session? 0 = infinite
|
|
SOFT_LIMITS = [1]
|
|
# How many times should the message be sent EVER? 0 = infinite
|
|
HARD_LIMITS = [1]
|
|
# Should AutoMessage be Enabled? default: false
|
|
AM_ENABLED = true
|
|
|