class Irc::Channel::Mode

Mode on a Channel

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