kameloso.misc

Things that don't have a better home yet.

Members

Functions

findURLs
auto findURLs(string line, uint max)

Finds URLs in a string, returning an array of them. Does not filter out duplicates.

printGCStats
void printGCStats()

Prints garbage collector statistics to the local terminal.

printStacktrace
void printStacktrace()

Prints the current stacktrace to the terminal.

printVersionInfo
void printVersionInfo(bool colours)

Prints out the bot banner with the version number and GitHub URL, with the passed colouring.

Meta