/scirc

basic IRC server written in scala using the akka framework

Primary LanguageScala

scirc

build

scirc is a basic IRC server written in Scala using the akka framework.

CAUTION: the project is a work-in-progress and not even to be considered "alpha".

Installation

The setup is pretty straightforward for a SBT based package:

$ git clone git://github.com/kongo2002/scirc.git
$ cd scirc
$ sbt compile

Usage

The usage is a simple invocation of sbt run that will start a scirc instance on the default IRC port 6667 at localhost.

$ sbt run

Tests

You may run the test suite with sbt test if you like.

Maintainer

scirc is written by Gregor Uhlenheuer. You can reach me at kongo2002@gmail.com.

License

scirc is licensed under the Apache license, Version 2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.