X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_antibottler.cpp;h=4f6451cccfeacfd67cbaa06441e0f73b8971f78e;hb=04cfaea87edd1b4b742cb607ea69ece760c460aa;hp=28a8f99745a69b69d9c5f8c8431c2fafe5670766;hpb=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_antibottler.cpp b/src/modules/m_antibottler.cpp index 28a8f9974..4f6451ccc 100644 --- a/src/modules/m_antibottler.cpp +++ b/src/modules/m_antibottler.cpp @@ -36,7 +36,7 @@ class ModuleAntiBottler : public Module return Version("Changes the ident of connecting bottler clients to 'bottler'",VF_VENDOR); } - virtual ModResult OnPreCommand(std::string &command, std::vector ¶meters, User *user, bool validated, const std::string &original_line) + virtual ModResult OnPreCommand(std::string &command, std::vector ¶meters, LocalUser *user, bool validated, const std::string &original_line) { char data[MAXBUF]; strlcpy(data,original_line.c_str(),MAXBUF);