summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-28 19:07:06 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-28 19:07:06 +0000
commit7361ed672ee1347933c55ea2bed4d08ef2312885 (patch)
treed2ee9c978af4463392b8787e7297174b1ea89d3b /src
parente43b51239df97dc68f6917bd32f2ce3305127479 (diff)
Forgot it should return false
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8402 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/xline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xline.cpp b/src/xline.cpp
index 3c9d8a269..1387ac755 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -134,6 +134,7 @@ bool DoELine(ServerConfig* conf, const char* tag, char** entries, ValueList &val
bool XLine::Matches(User *u)
{
+ return false;
}
IdentHostPair XLineManager::IdentSplit(const std::string &ident_and_host)