X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fxline.h;h=c2ede29dfb458c2904761fa8f0734d8d8b615a56;hb=7f7ffef3b4d5dc6242918a48713d6fab96928a80;hp=5403a0933f7b117cc8cffcfdc5c5ea7d4bcf0a18;hpb=b36ce84c7da93f680fc397bcb4c877abe063eaaa;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/xline.h b/include/xline.h index 5403a0933..c2ede29df 100644 --- a/include/xline.h +++ b/include/xline.h @@ -520,9 +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); }; -