]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/helperfuncs.cpp
Convert IsChannel to std::function.
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
index 719454742f86de7bfb6e0d34ebaa4440c3b922ec..a24401542293e3a10a02ef4821ec4503cf26db36 100644 (file)
@@ -193,7 +193,7 @@ void InspIRCd::ProcessColors(file_cache& input)
 }
 
 /* true for valid channel name, false else */
-bool IsChannelHandler::Call(const std::string& chname)
+bool InspIRCd::DefaultIsChannel(const std::string& chname)
 {
        if (chname.empty() || chname.length() > ServerInstance->Config->Limits.ChanMax)
                return false;