Provides bot names to the Bot Manager from a local database.

nosoop baa431c7bd Initial plugin commit 5 years ago
scripting baa431c7bd Initial plugin commit 5 years ago
.gitignore 58863a7c1e Initial commit 5 years ago
LICENSE 58863a7c1e Initial commit 5 years ago
README.md baa431c7bd Initial plugin commit 5 years ago

README.md

CSRD-BotNames

Provides bot names to the Bot Manager from a local database.

Database schema

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
);

A "CSRD Internal" Plugin

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.