class Irc::NoticeMessage
class to manage IRC NOTICEs
Public Class Methods
new(bot, server, source, target, message, opts={})
click to toggle source
Calls superclass method
Irc::UserMessage::new
# File lib/rbot/message.rb, line 521 def initialize(bot, server, source, target, message, opts={}) @msg_wants_id = opts[:handle_id] super(bot, server, source, target, message) end