README.md 676 B

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.