Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 542 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 542 Bytes

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