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)
replied | -> | replied? |
ignored | -> | ignored? |
in_thread | -> | in_thread? |
bot | [R] | associated bot |
ignored | [RW] | should the message be ignored? |
in_thread | [RW] | set this to true if the method that delegates the message is run in a thread |
logmessage | [RW] | contents of the message (for logging purposes) |
message | [RW] | contents of the message (stripped of initial/final format codes) |
plainmessage | [RW] | contents of the message (stripped of all formatting) |
replied | [RW] | has the message been replied to/handled by a plugin? |
server | [R] | associated server |
source | [R] | User that originated the message |
target | [R] | User/Channel message was sent to |
time | [R] | when the message was received |