Irkka/botfarmd

View on GitHub
botfarmd.json

Summary

Maintainability
Test Coverage
{
  "bots": [
    {
      "nick": "helloBot5000",
      "server": "irc.freenode.net",
      "channels": [
        "#functional_team"
      ],
      "plugins": [
        "github",
        "mtg"
      ]
    },
    {
      "nick": "roostBot",
      "server": "irc.freenode.net",
      "channels": [
        "#functional_team"
      ],
      "plugins": [
        "github"
      ]
    }
  ]
}