Methods

Class/Module Index [+]

Quicksearch

Irc::ModeChangeMessage

class to manage mode changes

Attributes

modes[RW]

Public Class Methods

new(bot, server, source, target, message="") click to toggle source
# File lib/rbot/message.rb, line 588
def initialize(bot, server, source, target, message="")
  super(bot, server, source, target, message)
  @address = (source == @bot.myself)
  @modes = []
end

Public Instance Methods

inspect() click to toggle source
# File lib/rbot/message.rb, line 594
def inspect
  fields = ' modes=' << modes.inspect
  super(fields)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.