class Irc::Channel::ModeTypeC
Channel
modes of type C need an argument when set, but not when they get reset
Example: l (limit)
Public Class Methods
Source
# File lib/rbot/irc.rb, line 1230 def initialize(ch) super @arg = nil end
Calls superclass method
Irc::Channel::Mode::new