Simple bot that connects to a IRC room and save the transcripts to a txt file java -cp ircbot.jar co.torri.ircbot.IRCBot "<botName>" "<ircServer>" "#<ircChannel1> #[ircChannel2] [...]" "<outputDir>" To generate a jar: sbt assembly To generate a eclipse project: sbt eclipse