summaryrefslogtreecommitdiff
path: root/modules/m_spamfilter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_spamfilter.sh')
-rw-r--r--modules/m_spamfilter.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_spamfilter.sh b/modules/m_spamfilter.sh
index 6f6253e..c3ac9b0 100644
--- a/modules/m_spamfilter.sh
+++ b/modules/m_spamfilter.sh
@@ -151,7 +151,7 @@ module_spamfilter_on_PART()
[[ " ${FILTER_CHANNELS} " =~ " ${channel} " ]] && \
[[ " ${OP_CHANNELS} " =~ " ${channel} " ]] && \
[[ -d "${person_dir}" ]] && \
- grep -E ${welcome_regex} "${IPC_STORE_FILE}" &> /dev/null && rm -rf ${person_dir}
+ grep -E ${welcome_regex} "${IPC_QUEUE_FILE}" &> /dev/null && rm -rf ${person_dir}
}
module_spamfilter_on_PRIVMSG() # (hostmask , target , query)