Skip to content

tml/scalaircbot

This branch is up to date with colder/scalaircbot:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc3817f · May 28, 2021
Dec 8, 2020
Dec 27, 2013
Nov 13, 2015
May 28, 2021
May 25, 2011
Nov 13, 2015
Nov 13, 2015
May 28, 2021
Aug 12, 2013
Dec 8, 2020

Repository files navigation

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

About

Simple IRC bot written in scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 97.5%
  • PHP 2.5%