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

Added LDAP support

This commit is contained in:
Adam
2011-03-04 20:47:58 -05:00
parent d79e22bfaa
commit 90e5d0feaa
11 changed files with 1077 additions and 177 deletions
+2 -3
View File
@@ -63,7 +63,7 @@ class CommandNSIdentify : public Command
else
{
if (u->IsIdentified())
Log(LOG_COMMAND, "nickserv/identify") << "to log out of account " << u->Account()->display;
Log(LOG_COMMAND, u, this) << "to log out of account " << u->Account()->display;
na->last_realname = u->realname;
na->last_seen = Anope::CurTime;
@@ -96,8 +96,7 @@ class CommandNSIdentify : public Command
"any third-party person."), NickServ->nick.c_str());
}
if (u->IsIdentified())
check_memos(u);
check_memos(u);
}
}
return MOD_CONT;