diff options
author | David Phillips <david@sighup.nz> | 2017-03-05 22:25:06 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-05 22:25:06 +1300 |
commit | 22238a3f9f8d570d7f80957ff972cc29ffce31cd (patch) | |
tree | 46a701d01f0d08efdc6b5256521a9e4fd5e89b81 /bot.conf.example | |
parent | dcbfa4ccc6edeff26c9f854f7deaabef2b57d57e (diff) | |
download | idalius-22238a3f9f8d570d7f80957ff972cc29ffce31cd.tar.xz |
Make it clear config file is an example and must be edited
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example new file mode 100644 index 0000000..8b43c3a --- /dev/null +++ b/bot.conf.example @@ -0,0 +1,8 @@ +nick = somebot +username = bot +ircname = a bot +server = irc.example.net +channels = #saxtalk,#bot +ignore = trumpetbot,abusiveuser +password = pleffquiffle +admins = snargle!~kleg@glarg.example.com |