diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xline.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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) { |