From 2e7304b1707701128c8d331300125b4781f08cbf Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Mon, 3 Nov 2008 21:39:01 +0000 Subject: 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 --- src/protocol/inspircd12.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index dcd4070fb..b63a47df1 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -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")) { -- cgit