mirror of
https://github.com/anope/anope.git
synced 2026-06-30 07:56:37 +02:00
Warn when a user loads a deprecated module.
This commit is contained in:
@@ -78,7 +78,7 @@ private:
|
||||
|
||||
public:
|
||||
DBFlatFile(const Anope::string &modname, const Anope::string &creator)
|
||||
: Module(modname, creator, DATABASE | VENDOR)
|
||||
: Module(modname, creator, DATABASE | DEPRECATED | VENDOR)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user