class Irc::QuitMessage

Attributes

was_on[RW]

Public Class Methods

new(bot, server, source, target, message="") click to toggle source
Calls superclass method Irc::BasicUserMessage.new
# File lib/rbot/message.rb, line 647
def initialize(bot, server, source, target, message="")
  super(bot, server, source, target, message)
  @was_on = []
end