Just a simple irc bot written in Scala.
The core is mainly just this event driven machine in which it fires off events for certain things and sends each event down the chain of existing event handlers.
TODO: Add in PluginManager similar to his BigBrother JGir.
For the most part SGir helps their owner by keeping track of conversations and managing users in a channel. SGir will also protect their Owner best they can. (If they have ops)
- Was written to help support a software company by tracking bugs via FlySpray(gone now)
- And to Jabber alert certain developers when certain problems arose.(Replaced with nagios now).
- Most of all.. to learn Scala with a MongoDB backend.
Copyright (c) 2010 - 2012 Aaron Allred
Published under the MIT License, see LICENSE