diff options
author | David Phillips <david@sighup.nz> | 2017-03-18 21:05:04 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-18 21:07:28 +1300 |
commit | 58b197bdf49ab078d5f4f59bb84124f6ebe6b7b7 (patch) | |
tree | bab8560d141bd3189cd73273b77ab09cf3f6ed2c /bot.conf.example | |
parent | 165301c42b14a7096eaa31f631c402361872db88 (diff) | |
download | idalius-58b197bdf49ab078d5f4f59bb84124f6ebe6b7b7.tar.xz |
Add SSL option
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index f3ebb20..9d6a157 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -2,6 +2,8 @@ nick = somebot username = bot ircname = a bot server = irc.example.net +port = 6667 +usessl = 1 channels = #saxtalk,#bot ignore = trumpetbot,abusiveuser password = pleffquiffle |