summaryrefslogtreecommitdiff
path: root/ircbot/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'ircbot/config.json.example')
-rw-r--r--ircbot/config.json.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/ircbot/config.json.example b/ircbot/config.json.example
new file mode 100644
index 0000000..7889331
--- /dev/null
+++ b/ircbot/config.json.example
@@ -0,0 +1,14 @@
+{
+ "server": "raye.mistivia.com",
+ "port": 6667,
+ "nickname": "android",
+ "realname": "bot",
+ "channels": [
+ "#main",
+ ],
+ "greetings": [
+ "#main"
+ ],
+ "logpath": "/var/log/irclog",
+ "relaybot": "TeleIRC"
+} \ No newline at end of file