Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 410 Bytes

README.rst

File metadata and controls

20 lines (12 loc) · 410 Bytes

Scabot

An IRC bot written in Scala. The main goal of this project is to try out Scala.

Getting started

  1. You must have SBT installed, see http://code.google.com/p/simple-build-tool/
  2. Check out the code
  3. Run sbt sbt
  4. Start the bot > run

When the bot starts, it reads from the server, and from System.in. In order to connect to a channel, write "JOIN #channel".