diff options
| author | David Phillips <david@sighup.nz> | 2018-08-07 16:55:52 +1200 | 
|---|---|---|
| committer | David Phillips <david@sighup.nz> | 2018-08-07 16:55:52 +1200 | 
| commit | 086fb2285810819e8c0553558c8c274804e91959 (patch) | |
| tree | 402156b1d38df868f1c94fd97ccbadf41a1ac4f1 /bot.conf.example | |
| parent | e59093be7619f969c9e935d3de539e7432286942 (diff) | |
| parent | 9e0523bba756dc47c3ba690768c93e5dbb514e35 (diff) | |
| download | idalius-086fb2285810819e8c0553558c8c274804e91959.tar.xz | |
Merge branch 'admin-command-module' into devel
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 d874777..29b619d 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 | 
