lib/net/irc.rb in net-irc-0.0.6 vs lib/net/irc.rb in net-irc-0.0.7

- old
+ new

@@ -7,10 +7,10 @@ require "monitor" module Net; end module Net::IRC - VERSION = "0.0.6" + VERSION = "0.0.7" class IRCException < StandardError; end require "net/irc/constants" require "net/irc/pattern"