From 988d8218071b504521bd1da6c2275db877d857b9 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Fri, 12 Apr 2013 15:45:11 +0200 Subject: OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 783edd9b1..359195c39 100644 --- a/include/modules.h +++ b/include/modules.h @@ -544,7 +544,7 @@ class CoreExport Module : public classbase, public usecountbase * @param keygiven The key given to join the channel, or an empty string if none was provided * @return 1 To prevent the join, 0 to allow it. */ - virtual ModResult OnUserPreJoin(User* user, Channel* chan, const std::string& cname, std::string& privs, const std::string& keygiven); + virtual ModResult OnUserPreJoin(LocalUser* user, Channel* chan, const std::string& cname, std::string& privs, const std::string& keygiven); /** Called whenever a user is about to be kicked. * Returning a value of 1 from this function stops the process immediately, causing no -- cgit v1.2.3