diff options
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) { |