summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/module-formats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/irc/module-formats.c')
-rw-r--r--src/fe-common/irc/module-formats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c
index 05f431a4..283d95cf 100644
--- a/src/fe-common/irc/module-formats.c
+++ b/src/fe-common/irc/module-formats.c
@@ -196,7 +196,7 @@ FORMAT_REC fecommon_irc_formats[] = {
{ "ignore_not_found", "%_$0%_ is not being ignored", 1, { 0 } },
{ "ignore_no_ignores", "There are no ignores", 0 },
{ "ignore_header", "Ignorance List:", 0 },
- { "ignore_line", "$[-4]0 $1: $2 $3 $4", 5, { 1, 0, 0, 0, 0 } },
+ { "ignore_line", "$[-4]0 $1: $2 $3 $4", 4, { 1, 0, 0, 0 } },
{ "ignore_footer", "", 0 },
{ "talking_in", "You are now talking in %_$0%_", 1, { 0 } },
{ "query_start", "Starting query with %_$0%_", 1, { 0 } },