aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_sqloper.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-11-03 16:53:45 +0000
committerGravatar brain2006-11-03 16:53:45 +0000
commit252301f34d8acd8f527163d5ba6bdc1cf3fda401 (patch)
tree44da0f98e457ad4bdaa7338aefc5a16acc1c9162 /src/modules/extra/m_sqloper.cpp
parentTook out a header we needed to keep. Im done stick a fork in me (diff)
downloadinspircd++-252301f34d8acd8f527163d5ba6bdc1cf3fda401.tar.gz
inspircd++-252301f34d8acd8f527163d5ba6bdc1cf3fda401.tar.bz2
inspircd++-252301f34d8acd8f527163d5ba6bdc1cf3fda401.zip
Ive been unable to commit this since 9am, somehow port 22 is unusable at work now, even though we need to use it... damn cable and witless.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5639 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_sqloper.cpp')
-rw-r--r--src/modules/extra/m_sqloper.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/extra/m_sqloper.cpp b/src/modules/extra/m_sqloper.cpp
index 93820390d..828f167b2 100644
--- a/src/modules/extra/m_sqloper.cpp
+++ b/src/modules/extra/m_sqloper.cpp
@@ -68,7 +68,6 @@ public:
{
if ((result == CMD_FAILURE) && (command == "OPER"))
{
-<<<<<<< .mine
if (LookupOper(user, parameters[0], parameters[1]))
{
/* Returning true here just means the query is in progress, or on it's way to being
@@ -78,9 +77,6 @@ public:
*/
return 1;
}
-=======
- LookupOper(user, parameters[0], parameters[1]);
->>>>>>> .r5635
}
}