updates.
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index d2c62f23e3f65cd18962bc6feece623f09181180..690ff07d3bd8deb13e96a344d68a4ed5e3b41ff7 100644 (file)
@@ -52,10 +52,11 @@ FORMAT_REC fecommon_silc_formats[] = {
        { NULL, "Who Queries", 0 },
 
        { "whois", "{nick $0} {nickhost $1@$2}%: nickname : $3 ($4)", 5, { 0, 0, 0, 0, 0 } },
-       { "whois_realname", " realname : $0", 1, { 0 } },
-       { "whois_channels", " channels : $0", 1, { 0 } },
-       { "whois_modes", " modes    : $0", 1, { 0 } },
-       { "whois_idle", " idle     : $0", 1, { 0 } },
+       { "whois_realname",    " realname    : $0", 1, { 0 } },
+       { "whois_channels",    " channels    : $0", 1, { 0 } },
+       { "whois_modes",       " modes       : $0", 1, { 0 } },
+       { "whois_idle",        " idle        : $0", 1, { 0 } },
+       { "whois_fingerprint", " fingerprint : $0", 1, { 0 } },
        { "whowas", "{nick $0} was {nickhost $1} ($2)", 3, { 0, 0, 0 } },
        { "users_header", "Users on {channelhilight $0}", 1, { 0 } },
        { "users", " %|{nick $[!20]0} $[!5]1 $2@$3 {comment {hilight $4}}", 5, { 0, 0, 0, 0, 0 } },