From 7361ed672ee1347933c55ea2bed4d08ef2312885 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 28 Oct 2007 19:07:06 +0000 Subject: Forgot it should return false git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8402 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit v1.2.3