From e43b51239df97dc68f6917bd32f2ce3305127479 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 28 Oct 2007 19:04:44 +0000 Subject: Fixed w00t git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8401 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/xline.cpp') diff --git a/src/xline.cpp b/src/xline.cpp index e29d019e7..3c9d8a269 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -132,6 +132,10 @@ bool DoELine(ServerConfig* conf, const char* tag, char** entries, ValueList &val return true; } +bool XLine::Matches(User *u) +{ +} + IdentHostPair XLineManager::IdentSplit(const std::string &ident_and_host) { IdentHostPair n = std::make_pair("*","*"); -- cgit v1.2.3