class Irc::Channel::ModeTypeB
Channel
modes of type B need an argument
Example: k (key)
Public Class Methods
Source
# File lib/rbot/irc.rb, line 1177 def initialize(ch) super @arg = nil end
Calls superclass method
Irc::Channel::Mode::new