Simple IRC bot written in scala
Run the latest sql script in database/
To run the master branch:
- Create
src/main/resources/setup.conf
(you can copysrc/main/resources/setup.conf.example
) - The
setup.conf
file may contain multiple sections configuring the bot, such asdev
andprod
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