1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 15:16:38 +02:00

Fix typo in inspircd11 module preventing it from connecting even if m_hidechans is loaded on InspIRCd.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2141 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-03-03 15:13:51 +00:00
parent efcd7636dc
commit 7a1217e97c
+1 -1
View File
@@ -1183,7 +1183,7 @@ int anope_event_capab(const char *source, int ac, const char **av)
has_inviteexceptionmod = 1;
}
if (strstr(av[1], "m_hidechans.so")) {
has_hidechansmod = 0;
has_hidechansmod = 1;
}
} else if (strcasecmp(av[0], "END") == 0) {
if (!has_globopsmod) {