]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/xline.h
m_check Refactor, move to the new RPL_CHECK numeric
[user/henk/code/inspircd.git] / include / xline.h
index fe044d0f2d07b7ef119606dc0d7fd8464e979473..c2ede29dfb458c2904761fa8f0734d8d8b615a56 100644 (file)
@@ -520,8 +520,7 @@ class CoreExport XLineManager
         * will be expired and removed before the list is displayed.
         * @param type The type of stats to show
         * @param numeric The numeric to give to each result line
-        * @param user The username making the query
-        * @param results The string_list to receive the results
+        * @param stats Stats context
         */
-       void InvokeStats(const std::string &type, int numeric, User* user, string_list &results);
+       void InvokeStats(const std::string& type, unsigned int numeric, Stats::Context& stats);
 };