1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 03:43:13 +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
+3
View File
@@ -41,7 +41,10 @@ class AsynchCommandMutex : public CommandMutex
EventReturn MOD_RESULT;
FOREACH_RESULT(I_OnPreCommand, OnPreCommand(source, command, params));
if (MOD_RESULT == EVENT_STOP)
{
source.DoReply();
return;
}
if (!command->permission.empty() && !u->Account()->HasCommand(command->permission))
{