diff options
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index d874777..428b5eb 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -4,6 +4,8 @@ ircname = a bot server = irc.example.net port = 6667 usessl = 1 +sslcert = foo.crt +sslkey = foo.key channels = #saxtalk,#bot ignore = trumpetbot,abusiveuser password = pleffquiffle @@ -13,6 +15,7 @@ quit_msg = "Goodbye!" user = nobody group = nobody triggers = 'sa+x' => 'π· ', 'trumpet' => 'πΊ ', 'snake' => 'π ' +prefix_nick = 1 prefix = % antiflood_on = 0 |