X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_services_account.cpp;h=1f9daf452f16baa3a3c99c167185c56bb801249d;hb=7f00015727fab50e37de46aa90d218b31c852c87;hp=54a61d4dfd6677ec0e1a91ced783c0bd7e8087e8;hpb=e7c3e34bcc90147b3ca85ea9e7711a2a19ce81ac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_services_account.cpp b/src/modules/m_services_account.cpp index 54a61d4df..1f9daf452 100644 --- a/src/modules/m_services_account.cpp +++ b/src/modules/m_services_account.cpp @@ -243,7 +243,7 @@ class ModuleServicesAccount : public Module } // when a user quits, tidy up their metadata - virtual void OnUserQuit(userrec* user, const std::string &message) + virtual void OnUserQuit(userrec* user, const std::string &message, const std::string &oper_message) { std::string* account; user->GetExt("accountname", account);