aboutsummaryrefslogtreecommitdiff
path: root/modules/dccallow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dccallow.cpp')
-rw-r--r--modules/dccallow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dccallow.cpp b/modules/dccallow.cpp
index 02c04559b..8733c322e 100644
--- a/modules/dccallow.cpp
+++ b/modules/dccallow.cpp
@@ -480,7 +480,7 @@ public:
if (InspIRCd::Match(filename, bf.filemask, ascii_case_insensitive_map))
{
/* We have a matching badfile entry, override whatever the default action is */
- if (insp::equalsci(bf.action, "allow"))
+ if (insp::ascii_equals(bf.action, "allow"))
return MOD_RES_PASSTHRU;
else
{