1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 14:23:14 +02:00

BUILD : 1.7.19 (1309) BUGS : 793 NOTES : Fixed a typo in inspircd11.c where it checked for chgident.so

git-svn-id: svn://svn.anope.org/anope/trunk@1309 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1027 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-10-05 16:15:58 +00:00
parent f598d67c16
commit f055aa452a
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1549,7 +1549,7 @@ int anope_event_capab(char *source, int ac, char **av)
if (strstr(av[1], "m_chghost.so")) {
has_chghostmod = 1;
}
if (strstr(av[1], "m_chghident.so")) {
if (strstr(av[1], "m_chgident.so")) {
has_chgidentmod = 1;
}
} else if (strcasecmp(av[0], "END") == 0) {