class Irc::Channel::Mode
Attributes
channel[R]
Public Class Methods
new(ch)
click to toggle source
# File lib/rbot/irc.rb, line 1131 def initialize(ch) @channel = ch end
# File lib/rbot/irc.rb, line 1131 def initialize(ch) @channel = ch end