ircbod ~master (2013-05-20T19:40:21Z)
Home
Dub
Repo
IRCMessage
ircbod
message
Undocumented in source.
struct
IRCMessage {
enum
Type
;
Type
type
;
string
text
;
string
nickname
;
string
channel
;
DateTime
time
;
IRCClient
client
;
void
reply
(string message);
}
Members
Enums
Type
enum
Type
Undocumented in source.
Functions
reply
void
reply
(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
channel
string
channel
;
Undocumented in source.
client
IRCClient
client
;
Undocumented in source.
nickname
string
nickname
;
Undocumented in source.
text
string
text
;
Undocumented in source.
time
DateTime
time
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
Meta
Source
See Implementation
ircbod
message
structs
IRCMessage