Skip to content
colder edited this page Sep 13, 2010 · 8 revisions

Welcome to the scalaircbot wiki!

To run the master branch:

  • Copy config.xml to config-prod.xml
  • Edit the file with your parameters
  • make run

Running cythrawll’s maven tree:

mvn scala:run

This will compile, run tests (if included), package, and run ircbot.

To run alternate config files, put your config file into src/main/resources (for some reason resource uri’s can’t include hyphens)

mvn scala:run -Dircbot.config=testConfig.xml

Clone this wiki locally