X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fsilc%2Fmodule-formats.c;h=2859b9341096ce319788cd0d9cd8b4147e07ed0b;hb=f1958310e91ffe274b833bfe201d34ee454df1d4;hp=40c7d7894dd2a0ae4954de90786d79c4ea495908;hpb=d85c5a153fd14db1f87370e29430a37a95aa9fbe;p=silc.git diff --git a/apps/irssi/src/fe-common/silc/module-formats.c b/apps/irssi/src/fe-common/silc/module-formats.c index 40c7d789..2859b934 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -108,7 +108,7 @@ FORMAT_REC fecommon_silc_formats[] = { { "notice_private_signed", "{notice {flag_signed}$0{pvtnotice_host $1}}$2", 3, { 0, 0, 0 } }, { "notice_private_unknown", "{notice {flag_unknown}$0{pvtnotice_host $1}}$2", 3, { 0, 0, 0 } }, { "notice_private_failed", "{notice {flag_failed}$0{pvtnotice_host $1}}$2", 3, { 0, 0, 0 } }, - { "many", "There are now $0 {channick_hilight $1}'s on this channel", 2, { 0, 0 } }, + { "many", "There are now $0 {channick_hilight $1}s on this channel", 2, { 0, 0 } }, { "user_appears", "{channick_hilight $0} will appear as {channick_hilight $1}", 2, { 0, 0 } },