Irc::Channel::Mode
Channel modes of type B need an argument
Example: k (key)
# File lib/rbot/irc.rb, line 1177 def initialize(ch) super @arg = nil end
# File lib/rbot/irc.rb, line 1191 def reset(val) @arg = nil if @arg == val end
# File lib/rbot/irc.rb, line 1187 def set(val) @arg = val end
# File lib/rbot/irc.rb, line 1182 def status @arg end
[Validate]
Generated with the Darkfish Rdoc Generator 2.