Module: Rhuidean

Included in:
IRC::Client
Defined in:
lib/rhuidean.rb

Overview

rhuidean: a small, lightweight IRC client library lib/rhuidean.rb: IRC client library

Copyright © 2003-2011 Eric Will <[email protected]>

Constant Summary collapse

V_MAJOR =

Version number

1
V_MINOR =
1
V_PATCH =
5
VERSION =
"#{V_MAJOR}.#{V_MINOR}.#{V_PATCH}"