class to manage IRC PRIVMSGs
[Source]
# File lib/rbot/message.rb, line 510 510: def initialize(bot, server, source, target, message, opts={}) 511: @msg_wants_id = opts[:handle_id] 512: super(bot, server, source, target, message) 513: end
[Validate]