IRCClient

Undocumented in source.

Constructors

this
this(string server, ushort port, string nickname, string password)
Undocumented in source.

Members

Functions

broadcast
void broadcast(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
connected
bool connected()
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
getChannelCount
ulong getChannelCount()
Undocumented in source. Be warned that the author may not have intended to support it.
inChannel
bool inChannel(string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
isRunning
bool isRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
join
void join(string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(IRCMessage.Type type, MessageHandler callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(IRCMessage.Type type, MessageHandlerWithArgs callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(IRCMessage.Type type, string pattern, MessageHandler callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(IRCMessage.Type type, string pattern, MessageHandlerWithArgs callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(IRCMessage.Type type, Regex!char regex, MessageHandler callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
void on(IRCMessage.Type type, Regex!char regex, MessageHandlerWithArgs callback)
Undocumented in source. Be warned that the author may not have intended to support it.
part
void part(string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
quit
void quit()
Undocumented in source. Be warned that the author may not have intended to support it.
readLine
void readLine()
Undocumented in source. Be warned that the author may not have intended to support it.
reconnect
void reconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessageToChannel
void sendMessageToChannel(string message, string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
sendMessageToUser
void sendMessageToUser(string message, string nickname)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta