diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-10-05 16:15:58 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-10-05 16:15:58 +0000 |
commit | f055aa452af893761ec94d958ffd75d08287eb9f (patch) | |
tree | 1919fb3f699fe6e06d9b984e282f7a3320686378 /src | |
parent | f598d67c16d5ec0bb668de93b3e2e50c667df201 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/inspircd11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index 739866608..7c26e107d 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -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) { |