1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 02:03:12 +02:00

Removed some unneeded/unused code from m_ldap

This commit is contained in:
Adam
2011-03-31 14:41:30 -04:00
parent 8dec0c1f17
commit faa85564fc
3 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class OnIdentifyInterface : public LDAPInterface
if (!email.equals_ci(u->Account()->email))
{
u->Account()->email = email;
u->SendMessage(NickServ, "Your email has been updated to \002%s\002", email.c_str());
u->SendMessage(NickServ, _("Your email has been updated to \002%s\002"), email.c_str());
Log() << "ns_identify_ldap: Updated email address for " << u->nick << " (" << u->Account()->display << ") to " << email;
}
}