X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodules%2Fm_sqllog.cpp;h=30f0c6b1039c1f1208f9ffbcf1cb8ba67584c62c;hb=f91a61fa22b239384c31526fd11da1e3030aaa96;hp=2c4dd1513cb5ff21eb71371fc20d7448a8b12148;hpb=3f60750d77680c22788dcd12e615c0190a81ee41;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sqllog.cpp b/src/modules/m_sqllog.cpp index 2c4dd1513..30f0c6b10 100644 --- a/src/modules/m_sqllog.cpp +++ b/src/modules/m_sqllog.cpp @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * InspIRCd: (C) 2002-2010 InspIRCd Development Team * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see @@ -232,7 +232,7 @@ class ModuleSQLLog : public Module return MOD_RES_PASSTHRU; } - 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) { if ((command == "GLINE" || command == "KLINE" || command == "ELINE" || command == "ZLINE") && validated) {