birchwood ~master (2024-05-12T16:08:40Z)
Home
Dub
Repo
IRCEvent
birchwood
client
events
Generic IRC event (non-pong)
final
class
IRCEvent : EventyEvent {
this
(Message msg);
Message
getMessage
();
string
toString
();
}
Constructors
this
this
(Message msg)
Undocumented in source.
Members
Functions
getMessage
Message
getMessage
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
birchwood
client
events
classes
IRCEvent
PongEvent
enums
IRCEventType
Generic IRC event (non-pong)