ITools Interface |
Namespace: AdiIRCAPI
The ITools type exposes the following members.
Name | Description | |
---|---|---|
ActionChar |
Gets the action character
| |
BoldChar |
Gets the bold character
| |
ColorChar |
Gets the color character
| |
LinkChar |
Gets the link character used to determine if the text in the ITextView buffer is a link
| |
NickColumnChar |
Gets the nick column character used to determine where in the ITextView buffer the nick coulmn should be
| |
PS |
Gets path sperator / or \ , for future use
| |
UnderLineChar |
Gets the underline character
|
Name | Description | |
---|---|---|
Boldify |
Makes the text bold if Boldify is enabled
| |
DateToUnixTime |
Converts DateTime to unix timestamp
| |
Debug |
Use this to write to debug.txt in the main folder, returns true if the debug was written
| |
IsNumeric |
Checks if a string is numeric
| |
ParseSysinfo |
Returns system information based on Syntax, see system variables for more information
| |
ParseTime |
Converts string to DateTime, see Time variables for possible syntax
| |
SplitString |
Splits a string by a string
| |
StripBold |
Returns a string with bold stripped out
| |
StripColors |
Returns a string with colors stripped out
| |
StripItalic |
Returns a string with italic stripped out
| |
StripUnderline |
Returns a string with underline stripped out
| |
ToolWindow |
Open ups a tool window
| |
UnixTimeToDate |
Converts unix timestamp to a DateTime
|