| Class | Irc::BasicUserMessage |
| In: |
lib/rbot/message.rb
|
| Parent: | Object |
base user message class, all user messages derive from this (a user message is defined as having a source hostmask, a target nick/channel and a message part)
| bot | [R] | associated bot |
| message | [RW] | contents of the message |
| replied | [RW] | has the message been replied to/handled by a plugin? |
| source | [R] | hostmask of message source |
| sourceaddress | [R] | url part of message source |
| sourcenick | [R] | nick of message source |
| target | [R] | nick/channel message was sent to |
| time | [R] | when the message was received |
instantiate a new Message
| bot: | associated bot class |
| source: | hostmask of the message source |
| target: | nick/channel message is destined for |
| message: | message part |