From 68dd7b8a2c63bb1cc599a36a5bb850ed49f7dbbd Mon Sep 17 00:00:00 2001 From: Darren VanBuren Date: Wed, 3 Aug 2016 14:52:27 -0700 Subject: [PATCH] Add example config file --- config.json.example | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..8c7d614 --- /dev/null +++ b/config.json.example @@ -0,0 +1,24 @@ +{ + "owners": ["onekopaka"], + "nickname": "rust-bot", + "nick_password": "password", + "alt_nicks": ["user_", "user__"], + "username": "rustbot", + "realname": "Test User", + "server": "buyvm.theoks.net", + "port": 6697, + "password": "", + "use_ssl": true, + "encoding": "UTF-8", + "channels": ["#r0b0tix", "#test"], + "channel_keys": { + "#fake": "password" + }, + "umodes": "+RB", + "user_info": "rust-bot test instance", + "ping_time": 180, + "ping_timeout": 10, + "options": { + "wunderground_api_key": "" + } +}