diff options
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..42d81a3 --- /dev/null +++ b/config.json.example @@ -0,0 +1,7 @@ +{ + "hostname": "irc.spartalinux.xyz", + "port": 6697, + "nick": "bad_bot", + "channel": "#botdev", + "nickpass": "a.password" +} |