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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user