class Irc::Channel::ModeTypeD
Channel
modes of type D are basically booleans
Example: m (moderate)
Public Class Methods
Source
# File lib/rbot/irc.rb, line 1256 def initialize(ch) super @set = false end
Calls superclass method
Irc::Channel::Mode::new