All Categories
|
database
dbcount
Gets the count of lines in the current file.
Usage: /dbcount [Database]
dbdelete
deletes a dataline from the database. The position starts at 0.
Usage: /dbdelete [Database] [Position]
dbfind
searches a string in the selected database and starts from the startingline.
Usage: /dbfind [Database] [Startingline] [SearchString]
dbget
gets data from database. The Position starts at 0.
Usage: /dbget [Database] [Position]
dbinsert
inserts data to database, the data may contain no newlines. The position starts at 0.
Usage: /dbinsert [Database] [Position] [Data]
dbopen
opens a database
Usage: /dbopen [Database] [Channel]
dbreplace
replaces data in database, the data may contain no newlines. The position starts at 0.
Usage: /dbinsert [Database] [Position] [Data]
|