shithead-ng/config.default.yml

33 lines
590 B
YAML
Raw Normal View History

2016-07-04 19:41:12 +02:00
#
# General settings
#
command_character: "."
2016-07-04 22:03:09 +02:00
insult: "you're a faggot"
2016-07-19 16:44:11 +02:00
insult_chance: 2 # % chance that the bot will use the insult
# can be 0 to disable insults
2016-07-04 19:41:12 +02:00
2016-04-30 23:53:26 +02:00
#
# Redis Settings
#
redis_prefix: markov
2016-07-06 15:56:00 +02:00
redis_server: 127.0.0.1:6379
redis_usepass: false
redis_password: hunter2
2016-04-30 23:53:26 +02:00
#
# IRC Settings
#
2016-07-04 20:40:33 +02:00
irc_ssl: true
2016-04-30 23:53:26 +02:00
irc_server: irc.foo.bar
2016-07-04 20:40:33 +02:00
irc_port: 6697
2016-04-30 23:53:26 +02:00
irc_channel: "#baz"
irc_nickname: shithead-ng
irc_nickname2: shithead
2016-07-19 15:14:11 +02:00
#
# RNG to use
# This can be "rand" for perl's built in rand() function
# Or "mt" to use the Math::Random::MT::Perl module (recommended)
#
rng: rand