- __deinitDPlugin
int __deinitDPlugin(DeinitFunc deinitFunc, void* ph)
Undocumented in source. Be warned that the author may not have intended to support it.
- __initDPlugin
int __initDPlugin(InitFunc initFunc, void* plugin_handle, immutable(char)** plugin_name, immutable(char)** plugin_desc, immutable(char)** plugin_version)
Undocumented in source. Be warned that the author may not have intended to support it.
- commandf
void commandf(const(char)[] fmt, FmtArgs fmtArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInfo
string getInfo(char[] id)
Undocumented in source. Be warned that the author may not have intended to support it.
- hookCommand
void hookCommand(char[] cmd, EatMode delegate(in char[][] words, in char[][] words_eol) callback, char[] helpText, CommandPriority priority)
- hookCommand
void hookCommand(char[] cmd, EatMode function(in char[][] words, in char[][] words_eol) callback, char[] helpText, CommandPriority priority)
- hookPrint
void hookPrint(char[] name, EatMode function(in char[][] words) callback, CommandPriority priority)
void hookPrint(char[] name, EatMode delegate(in char[][] words) callback, CommandPriority priority)
- hookServer
void hookServer(char[] type, EatMode function(in char[][] words, in char[][] words_eol) callback, CommandPriority priority)
void hookServer(char[] type, EatMode delegate(in char[][] words, in char[][] words_eol) callback, CommandPriority priority)
- parseUser
User parseUser(const(char)[] user)
Undocumented in source. Be warned that the author may not have intended to support it.
- readInfo
void readInfo(char[] id, void delegate(in char[] info) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- writefln
void writefln(const(char)[] fmt, FmtArgs fmtArgs)
Undocumented in source. Be warned that the author may not have intended to support it.