1
0
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:
Robin Burchell w00t@inspircd.org
2008-11-03 21:39:01 +00:00
parent 1a0ccfed14
commit 2e7304b170
+1 -1
View File
@@ -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")) {