mirror of
https://github.com/anope/anope.git
synced 2026-07-07 00:43:14 +02:00
Log the version of third-party libraries on load.
This commit is contained in:
@@ -525,6 +525,8 @@ public:
|
||||
ModuleLDAP(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR)
|
||||
{
|
||||
me = this;
|
||||
|
||||
Log() << "Module was compiled against LDAP (" << LDAP_VENDOR_NAME << ") version " << LDAP_VENDOR_VERSION_MAJOR << "." << LDAP_VENDOR_VERSION_MINOR << "." << LDAP_VENDOR_VERSION_PATCH;
|
||||
}
|
||||
|
||||
~ModuleLDAP()
|
||||
|
||||
Reference in New Issue
Block a user