From 02a1173a5e689bf26bb1c2942de39a80e14a37c9 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 28 Oct 2007 21:00:19 +0000 Subject: Fixify git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8411 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/xline.cpp b/src/xline.cpp index 193d31cf1..428ea2c16 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -688,10 +688,10 @@ XLineManager::XLineManager(InspIRCd* Instance) : ServerInstance(Instance) { } -//irtual bool Matches(const std::string &str) -//{ - //return false; -//} +bool XLine::Matches(const std::string &str) +{ + return false; +} bool KLine::Matches(User *u) { -- cgit v1.2.3