diff options
-rw-r--r-- | config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..6054e1c --- /dev/null +++ b/config.json @@ -0,0 +1,11 @@ +{ + "owner": "ahriman", + "channel": "#goofbot", + "server": "irc.tilde.chat", + "port": "6697", + "nick": "goofbot", + "user": "goofbot", + "name": "Goofus McBotus", + "out": "os.Stdout", + "ssl": "true" +} |