No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-03-26 19:43:06 -04:00
doc Initial commit 2014-12-04 11:55:11 -05:00
src/ohiobot Wrapped joining in master check 2015-03-26 19:43:06 -04:00
test/ohiobot More OH opportunities 2015-02-03 17:42:07 -05:00
.gitignore Added sooper secret settings file to gitignore 2014-12-04 13:26:36 -05:00
LICENSE Initial commit 2014-12-04 11:55:11 -05:00
project.clj Added JSON to project 2014-12-04 13:25:50 -05:00
README.md Much better README 2014-12-04 13:33:43 -05:00

ohiobot

An IRC bot that shouts "IO!" when you say "OH!"

Usage

First, you'll need a settings.json file. I'll post an example soon, but I can tell you that you'll need these fields:

  • "db-name" - the name of your database. Mine is "ohiobot".
  • "db-user" - the user with access to the database. Totally up to you.
  • "db-pass" - the password for the user to access the database.
  • "irc-server" - the URL of the IRC server (e.g. "irc.freenode.net")
  • "irc-port" - the port of the IRC server (e.g. 6667)
  • "irc-nick" - the nick of your bot on IRC (e.g. "Ohiobot")
  • "channels" - an array of channels for the bot to join (e.g. ['#osuosc', '#cwdg'])

License

Copyright © 2014 Jonathan Arnett

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.