diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-28 19:04:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-28 19:04:44 +0000 |
commit | e43b51239df97dc68f6917bd32f2ce3305127479 (patch) | |
tree | 27a94f8914e8490c7dcf1ea05c17407d7d532d64 | |
parent | 9d5687922cffdf938c97c52a66abd86529dec91d (diff) |
Fixed w00t
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8401 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/xline.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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<std::string,std::string>("*","*"); |