X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fsilc%2Fmodule-formats.c;h=d2c62f23e3f65cd18962bc6feece623f09181180;hb=8beb77db2bede9e31d4343b4c8a27e5b9a2fa6b1;hp=36d8c356514eac48402eb6435a4a3e7eb3f94c91;hpb=2a7d1a7cbf83079cc890aa6006aa487bce00fa0a;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 36d8c356..d2c62f23 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -79,7 +79,8 @@ FORMAT_REC fecommon_silc_formats[] = { { "key_agreement_failure", "Key agreement failed with {nick $0}", 1, { 0 } }, { "key_agreement_timeout", "Timeout during key agreement. The key agreement was not performed with {nick $0}", 1, { 0 } }, { "pubkey_received", "Received {hilight $0} public key", 1, { 0 } }, - { "pubkey_fingerprint", "Fingerprint for the {hilight $0} key is %: $1", 2, { 0, 0 } }, + { "pubkey_fingerprint", "Fingerprint and babbleprint for the {hilight $0} key are %: $1", 2, { 0, 0 } }, + { "pubkey_babbleprint", " $0", 1, { 0 } }, { "pubkey_unsupported", "We don't support {hilight $0} public key type {hilight $1}", 2, { 0, 0 } }, { "pubkey_discard", "Will not accept the {hilight $0} key", 1, { 0 } }, { "pubkey_accept", "Would you like to accept the key (y/n)? ", 0 },