summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-03 16:53:45 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-03 16:53:45 +0000
commit252301f34d8acd8f527163d5ba6bdc1cf3fda401 (patch)
tree44da0f98e457ad4bdaa7338aefc5a16acc1c9162 /src
parent27634449b86267d58920c30f9e2da05fa5096c9d (diff)
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')
-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
}
}