diff options
| author | 2010-08-27 18:16:48 -0400 | |
|---|---|---|
| committer | 2010-08-27 18:35:43 -0400 | |
| commit | 8c7cb10bec8601418ea98f70b222d198a14f4e56 (patch) | |
| tree | 31da395b82a6481c6d50aafe6657659aa873a345 /src/modules/m_sqloper.cpp | |
| parent | It is useful to register hooks that you implement (diff) | |
Add m_sqlcommand - allow creating /COMMANDs that map to SQL queries
Diffstat (limited to 'src/modules/m_sqloper.cpp')
| -rw-r--r-- | src/modules/m_sqloper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp index 6fac8fd70..f0ee9eadf 100644 --- a/src/modules/m_sqloper.cpp +++ b/src/modules/m_sqloper.cpp @@ -178,7 +178,7 @@ public: HashProvider* hash = ServerInstance->Modules->FindDataService<HashProvider>("hash/" + hashtype); ParamM userinfo; - SQL->PopulateUserInfo(user, userinfo); + PopulateUserInfo(user, userinfo); userinfo["username"] = username; userinfo["password"] = hash ? hash->hexsum(password) : password; |
