summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-03 21:39:01 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-03 21:39:01 +0000
commit2e7304b1707701128c8d331300125b4781f08cbf (patch)
tree9dd71ce683e2156e89350922b7e1d76d5fe67c6c
parent1a0ccfed144d67591f3882f62c06b3a4965bc62b (diff)
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
-rw-r--r--src/protocol/inspircd12.cpp2
1 files changed, 1 insertions, 1 deletions
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")) {