updates.
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index 19ae4cb320a4a4604352d3cddd812298cc463e87..6ccbbe88bcb69e2d0fd1ce2596d05ce649a0d7d4 100644 (file)
@@ -121,16 +121,19 @@ FORMAT_REC fecommon_silc_formats[] = {
 
        { "file_send", "File transfer request sent to {nick $0} for $1", 2, { 0, 0 } },
        { "file_transmit", "Transmitting file {hilight $0} [$1kB] to {nick $2}", 3, { 0, 0, 0 } },
-       { "file_transmitted", "Transmitted file {hilight $0} [$1kB] to {nick $2} [{hilight $3kB/s}]", 4, { 0, 0, 0, 0 } },
+       { "file_transmitted", "Transmitted file {hilight $0} [$1kB] to {nick $2} [{hilight $3kB/s}]", 4, { 0, 0, 0, 3 } },
        { "file_receive", "Receiving file {hilight $0} [$1kB] from {nick $2}", 3, { 0, 0 } },
-       { "file_received", "Received file {hilight $0} [$1kB] from {nick $2} [{hilight $3kB/s}]", 4, { 0, 0 } },
+       { "file_received", "Received file {hilight $0} [$1kB] from {nick $2} [{hilight $3kB/s}]", 4, { 0, 0, 0, 3 } },
        { "file_request", "File transfer request from {nick $0}", 1, { 0 } },
        { "file_request_host", "File transfer request from {nick $0} [$1 port $2]", 3, { 0, 0, 0 } },
        { "file_key_exchange", "Negotiating keys for file transfer with {nick $0}", 1, { 0 } },
        { "file_na", "No file transfers available", 0 },
        { "file_client_na", "No file transfer offered by {nick $0}", 1, { 0 } },
        { "file_show_header", "File transfers", 0 },
-       { "file_show_line", "  $0 $1 ($2)", 3, { 0, 0, 0 } },
+       { "file_show_line", "  $0 $1: $2kB of $3kB ($4%%) - $5kB/s - $6", 7, { 0, 0, 1, 1, 1, 3, 0 } },
+       { "file_already_started", "File transfer already started with {nick $0}", 1, { 0  } },
+       { "file_error", "Error during file transfer with {nick $0}", 1, { 0  } },
+       { "file_close", "File transfer closed with {nick $0}", 1, { 0  } },
 
        { NULL, NULL, 0 }
 };