diff options
Diffstat (limited to 'modules/core/enc_none.cpp')
-rw-r--r-- | modules/core/enc_none.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/enc_none.cpp b/modules/core/enc_none.cpp index 998ade9ab..9f1637dcd 100644 --- a/modules/core/enc_none.cpp +++ b/modules/core/enc_none.cpp @@ -41,7 +41,7 @@ class ENone : public Module return EVENT_ALLOW; } - EventReturn OnCheckAuthentication(User *u, Command *c, const std::vector<Anope::string> ¶ms, const Anope::string &account, const Anope::string &password) + EventReturn OnCheckAuthentication(Command *c, CommandSource *source, const std::vector<Anope::string> ¶ms, const Anope::string &account, const Anope::string &password) { NickAlias *na = findnick(account); NickCore *nc = na ? na->nc : NULL; |