vibeirc.utility

Members

Functions

bold
string bold(string text)

Format text to appear bold to IRC clients that support it.

color
string color(string text, Color foreground, Color background)

Format text to appear colored according to foreground, and optional background coloring, to IRC clients that support it.

dropFirst
Array dropFirst(Array array)
Undocumented in source. Be warned that the author may not have intended to support it.
isCTCP
bool isCTCP(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
italic
string italic(string text)

Format text to appear italicized to IRC clients that support it.

join
auto join(Array array)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCTCP
auto parseCTCP(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
splitUserinfo
User splitUserinfo(string info)
Undocumented in source. Be warned that the author may not have intended to support it.
tryReadLine
string tryReadLine(Stream stream, string terminator)
Undocumented in source. Be warned that the author may not have intended to support it.
underline
string underline(string text)

Format text to appear underlined to IRC clients that support it.

Meta