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 /modules/m_sasl.cpp | |
parent | 2b0229d4e27cc8752c9697a4ade61b9ffd3d275a (diff) |
Log successful SASL auths
Diffstat (limited to 'modules/m_sasl.cpp')
-rw-r--r-- | modules/m_sasl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/m_sasl.cpp b/modules/m_sasl.cpp index 18de8930b..c976ef2f8 100644 --- a/modules/m_sasl.cpp +++ b/modules/m_sasl.cpp @@ -100,6 +100,7 @@ class External : public Mechanism return; } + Log(Config->GetClient("NickServ")) << "A user identified to account " << nc->display << " using SASL EXTERNAL"; sasl->Succeed(sess, nc); delete sess; } |