Module: Sponge

Defined in:
lib/sponge.rb,
lib/sponge/bot.rb,
lib/sponge/auth.rb,
lib/sponge/plugin.rb,
lib/sponge/plugins.rb,
lib/sponge/version.rb,
lib/sponge/irc/user.rb,
lib/sponge/irc/client.rb,
lib/sponge/irc/parser.rb,
lib/sponge/irc/socket.rb,
lib/sponge/irc/message.rb,
lib/sponge/irc/listeners.rb

Overview

Copyright © 2010 Lee ‘injekt’ Jarvis <[email protected]> All files in this distribution are subject to the terms of the Ruby license.

Defined Under Namespace

Modules: IRC Classes: Auth, Bot, Plugin, Plugins

Constant Summary collapse

BASE =
File.expand_path(File.dirname(__FILE__))
MAJOR =
0
MINOR =
3
TINY =
2
VERSION =
[MAJOR, MINOR, TINY].join('.')

Class Method Summary collapse

Class Method Details

.versionObject

The current Version of Sponge you’re using



9
10
11
# File 'lib/sponge/version.rb', line 9

def self.version
  VERSION
end