1
0
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:
Adam
2012-09-12 21:10:02 -04:00
parent f391100586
commit 16019c9827
3 changed files with 189 additions and 0 deletions
+2
View File
@@ -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)
{
}