mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Use versioned prefixes for the SQL database tables.
This commit is contained in:
@@ -509,7 +509,7 @@ public:
|
||||
void OnReload(Configuration::Conf &conf) override
|
||||
{
|
||||
const auto &block = conf.GetModule(this);
|
||||
prefix = block.Get<const Anope::string>("prefix", "anope_");
|
||||
prefix = block.Get<const Anope::string>("prefix", "chanstats21_");
|
||||
SmileysHappy = block.Get<const Anope::string>("SmileysHappy");
|
||||
SmileysSad = block.Get<const Anope::string>("SmileysSad");
|
||||
SmileysOther = block.Get<const Anope::string>("SmileysOther");
|
||||
|
||||
Reference in New Issue
Block a user