mirror of
https://github.com/anope/anope.git
synced 2026-07-09 12:13:12 +02:00
Look for the correct services module (they got merged with 1.2)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1518 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1130,7 +1130,7 @@ int anope_event_capab(const char *source, int ac, const char **av)
|
||||
if (strstr(av[1], "m_globops.so")) {
|
||||
has_globopsmod = 1;
|
||||
}
|
||||
if (strstr(av[1], "m_services.so")) {
|
||||
if (strstr(av[1], "m_services_account.so")) {
|
||||
has_servicesmod = 1;
|
||||
}
|
||||
if (strstr(av[1], "m_svshold.so")) {
|
||||
|
||||
Reference in New Issue
Block a user