Go to file
Lewis Dale 7f7bd98099 Start bringing Janet back from the dead 2023-03-22 15:21:29 +00:00
modules Modifications to commands system, begun work on proper video module 2017-02-08 19:31:23 +00:00
.gitignore Start bringing Janet back from the dead 2023-03-22 15:21:29 +00:00
LICENSE Initial commit 2017-02-03 14:54:28 +00:00
README.md Fixed misplaced comma in README 2017-02-03 23:06:09 +00:00
config.json Modifications to module system: 2017-02-03 23:00:23 +00:00
janet.js Start bringing Janet back from the dead 2023-03-22 15:21:29 +00:00
package-lock.json Start bringing Janet back from the dead 2023-03-22 15:21:29 +00:00
package.json Start bringing Janet back from the dead 2023-03-22 15:21:29 +00:00

README.md

Janet

A NodeJS-based IRC bot

Config

Configuration is stored in config.json. Example configuration file:

{
  "irc": {
    "server": "localhost",
    "port": 6667,
    "user": "Janet",
    "channels": [
      "#channel1",
      "#channel2"
    ]
  }
}