Provides bot names to the Bot Manager from a local database.
nosoop baa431c7bd Initial plugin commit | преди 6 години | |
---|---|---|
scripting | преди 6 години | |
.gitignore | преди 6 години | |
LICENSE | преди 6 години | |
README.md | преди 6 години |
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.