Provides bot names to the Bot Manager from a local database.
nosoop baa431c7bd Initial plugin commit | 6 lat temu | |
---|---|---|
scripting | 6 lat temu | |
.gitignore | 6 lat temu | |
LICENSE | 6 lat temu | |
README.md | 6 lat temu |
Provides bot names to the Bot Manager from a local database.
The local database must have the following schema at minimum; the plugin only selects from one column:
CREATE TABLE IF NOT EXISTS 'namelist' (
'name' TEXT NOT NULL
);
This is a plugin mainly intended for use in Pikachu's Canadian Server of Romance and Drama.
While I'm happy if you find some useful code for your own plugins, I can't provide any support for said code, nor will I offer any guarantees that the plugin will remain usable outside of its main use.