/scalaircbot

Simple IRC bot written in scala

Primary LanguageScala

scalaircbot

Simple IRC bot written in scala

Installation

Run the latest sql script in database/

To run the master branch:

  • Create src/main/resources/setup.conf (you can copy src/main/resources/setup.conf.example)
  • The setup.conf file may contain multiple sections configuring the bot, such as dev and prod
  • sbt "run prod" where "prod" is the configuration you want to run.
  • to log to a log file: sbt "run prod" | tee -a bot.log