1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 08:16:39 +02:00

Added more useful functions to our LDAP API, allow adding newly registered accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules

This commit is contained in:
Adam
2011-04-27 10:56:20 -04:00
parent e7887c1f01
commit 284af258bf
11 changed files with 321 additions and 57 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class CSSetMisc : public Module
void RemoveAll()
{
if (Commands.empty())
if (!chanserv || Commands.empty())
return;
Command *set = FindCommand(chanserv->Bot(), "SET");