]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/globals.h
Move IsNick, IsIdent into class InspIRCd, update modules that use it.
[user/henk/code/inspircd.git] / include / globals.h
index d30f18edea57dffd095b0bd20b464be90724404a..4a5c1e1e4349cd6440a6a3e9f0a1de4af2939072 100644 (file)
@@ -31,6 +31,4 @@ typedef std::pair< std::string, std::string > KeyVal;
 typedef std::vector< KeyVal > KeyValList;
 typedef std::multimap< std::string, KeyValList > ConfigDataHash;
 
-int isnick(const char *n);
-
 #endif