diff options
author | Adam <Adam@anope.org> | 2014-02-24 22:22:45 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-02-24 22:23:12 -0500 |
commit | 96202ae545cc4320020ae82419977096ec526a32 (patch) | |
tree | f63154edc50c52def2d442052f007b6d28f82e42 /include/modules/sasl.h | |
parent | 2b0229d4e27cc8752c9697a4ade61b9ffd3d275a (diff) |
Log successful SASL auths
Diffstat (limited to 'include/modules/sasl.h')
-rw-r--r-- | include/modules/sasl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules/sasl.h b/include/modules/sasl.h index a7c440110..b4c97f632 100644 --- a/include/modules/sasl.h +++ b/include/modules/sasl.h @@ -92,6 +92,7 @@ namespace SASL Session *s = sasl->GetSession(uid); if (s) { + Log(Config->GetClient("NickServ")) << "A user identified to account " << this->GetAccount() << " using SASL"; sasl->Succeed(s, na->nc); delete s; } |