mirror of
https://github.com/anope/anope.git
synced 2026-07-10 18:03:14 +02:00
Add m_sql_authentication to allow authenticating users against an external SQL database
This commit is contained in:
@@ -80,6 +80,8 @@ class service_reference : public dynamic_reference<T>
|
||||
Anope::string name;
|
||||
|
||||
public:
|
||||
service_reference() : dynamic_reference<T>(NULL) { }
|
||||
|
||||
service_reference(const Anope::string &t, const Anope::string &n) : dynamic_reference<T>(NULL), type(t), name(n)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user