diff options
| author | 2008-08-26 01:37:05 +0000 | |
|---|---|---|
| committer | 2008-08-26 01:37:05 +0000 | |
| commit | e38bf41b0b2ea858d8b4a6c29cd8eca0b6a59f59 (patch) | |
| tree | 11784945eaf1144ac96eeb6e876c59935873272d /src/commands/cmd_oper.cpp | |
| parent | Propset svn:keywords Id (diff) | |
| download | inspircd++-e38bf41b0b2ea858d8b4a6c29cd8eca0b6a59f59.tar.gz inspircd++-e38bf41b0b2ea858d8b4a6c29cd8eca0b6a59f59.tar.bz2 inspircd++-e38bf41b0b2ea858d8b4a6c29cd8eca0b6a59f59.zip | |
Someone messed this up
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10300 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands/cmd_oper.cpp')
| -rw-r--r-- | src/commands/cmd_oper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_oper.cpp b/src/commands/cmd_oper.cpp index 8522890e0..aada9c09d 100644 --- a/src/commands/cmd_oper.cpp +++ b/src/commands/cmd_oper.cpp @@ -21,7 +21,7 @@ bool OneOfMatches(const char* host, const char* ip, const char* hostlist) std::string xhost; while (hl >> xhost) { - if (InspIRCd::MatchCIDR(host, xhost, NULL) || InspIRCd::MatchCIDR(ip, xhost, NULL)) + if (InspIRCd::Match(host, xhost, NULL) || InspIRCd::MatchCIDR(ip, xhost, NULL)) { return true; } |
