diff options
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; } |