- away
void away(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
bool 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
bool disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- info
void info(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
- invite
void invite(string nickname, string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- join
void join(string channel, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- kick
void kick(string channel, string nickname, string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
- kill
void kill(string user, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- list
void list(string[] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- mode
void mode(string channel, string[] modes)
Undocumented in source. Be warned that the author may not have intended to support it.
- motd
void motd(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
- names
void names(string[] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- nick
void nick(string nickname)
Undocumented in source. Be warned that the author may not have intended to support it.
- notice
void notice(string target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- oper
void oper(string name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- part
void part(string channel, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- pass
void pass(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
- ping
void ping(string server)
Undocumented in source. Be warned that the author may not have intended to support it.
- pong
void pong(string server)
Undocumented in source. Be warned that the author may not have intended to support it.
- privmsg
void privmsg(string target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- quit
void quit(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- raw
void raw(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
string read()
Undocumented in source. Be warned that the author may not have intended to support it.
- reconnect
bool reconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
- squery
void squery(string target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- stats
void stats(string[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- time
void time(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
- topic
void topic(string channel, string topic)
Undocumented in source. Be warned that the author may not have intended to support it.
- user
void user(string username, uint mode, string unused, string realname)
Undocumented in source. Be warned that the author may not have intended to support it.
- userhost
void userhost(string[] users)
Undocumented in source. Be warned that the author may not have intended to support it.
- users
void users(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
- who
void who(string[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- whois
void whois(string[] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- whowas
void whowas(string[] params)
Undocumented in source. Be warned that the author may not have intended to support it.