From 7a1217e97c083df916629dc2cc7deab7345fa9a8 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Tue, 3 Mar 2009 15:13:51 +0000 Subject: [PATCH] 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 --- src/protocol/inspircd11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index 5748f62a1..94ec42c24 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -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) {