X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fsilc%2Fmodule-formats.c;h=8ad3fcdd0483a4f96486d37f68e4c2a916198bf5;hb=eb772dc02cf885a82ab9c829127e0c94d629b591;hp=40c7d7894dd2a0ae4954de90786d79c4ea495908;hpb=7d87c334f2441ec55f9dd8da48be0bdae3730e55;p=crypto.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..8ad3fcdd 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -29,6 +29,7 @@ FORMAT_REC fecommon_silc_formats[] = { { "channel_founder_you", "You are channel founder on {channel $0}", 1, { 0 } }, { "channel_founder", "channel founder on {channel $0} is: {channick_hilight $1}", 2, { 0, 0 } }, + { "channel_founder_changed", "Channel founder public key changed on {channel $0}", 1, { 0 } }, { "channel_topic", "Topic for {channel $0} is: $1", 2, { 0, 0 } }, { "channel_topic_not_set", "Topic for {channel $0} not set", 1, { 0 } }, { "cmode", "channel mode/{channel $0} {mode $1} by {nick $2}", 3, { 0, 0, 0 } }, @@ -108,7 +109,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 } },