]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Move OnStats from the core to a cross-module event.
[user/henk/code/inspircd.git] / include / inspircd.h
index b0446482d40f1ac38a1ea8f60a83602c8dadbf4f..0f73f192fe2e5540d8761b561d51dc91a90a80e3 100644 (file)
@@ -375,7 +375,7 @@ class CoreExport InspIRCd
 
        /** Determines whether a channel name is valid according to the RFC 1459 rules.
         * This is the default function for InspIRCd::IsChannel.
-        * @param nick The channel name to validate.
+        * @param channel The channel name to validate.
         * @return True if the channel name is valid according to RFC 1459 rules; otherwise, false.
        */
        static bool DefaultIsChannel(const std::string& channel);
@@ -426,7 +426,7 @@ class CoreExport InspIRCd
 
        /** Determines whether a ident is valid according to the RFC 1459 rules.
         * This is the default function for InspIRCd::IsIdent.
-        * @param nick The ident to validate.
+        * @param ident The ident to validate.
         * @return True if the ident is valid according to RFC 1459 rules; otherwise, false.
        */
        static bool DefaultIsIdent(const std::string& ident);
@@ -578,4 +578,3 @@ inline void stdalgo::culldeleter::operator()(classbase* item)
 
 #include "numericbuilder.h"
 #include "modules/whois.h"
-#include "modules/stats.h"