diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-13 23:48:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-13 23:48:22 +0000 |
commit | cf9e5918ecc2c1f1557913b4c3e39937c7cd55a9 (patch) | |
tree | d42f9398caacb791a584e93aaa793a10df57dcea /src/modules/extra | |
parent | 70441ab01bb61d2f1451868241267d11c05703d1 (diff) |
*hits eggy with a stick*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3710 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra')
-rw-r--r-- | src/modules/extra/m_sqloper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp index 42746ea01..a5b79dc54 100644 --- a/src/modules/extra/m_sqloper.cpp +++ b/src/modules/extra/m_sqloper.cpp @@ -91,7 +91,7 @@ class ModuleSQLOper : public Module return 0; } - bool LookupOper(const std::string &username, const std::string &password, userrec* user) + bool LookupOper(std::string username, std::string password, userrec* user) { bool found = false; |