Provides bot names to the Bot Manager from a local database.
nosoop baa431c7bd Initial plugin commit | před 6 roky | |
---|---|---|
scripting | před 6 roky | |
.gitignore | před 6 roky | |
LICENSE | před 6 roky | |
README.md | před 6 roky |
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.