Protocol version 1.2 integrations
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index 7e8a2315bea5aa2c166d1f852413aa518f7f8ae2..ecd8fafd22c046461ec1316bad802a6cbb537d0f 100644 (file)
@@ -159,12 +159,12 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "attr_allow",       " Sending allowed    : $0", 1, { 0 } },
        { "attr_vcard_file",  " Business card      : $0", 1, { 0 } },
        { "attr_services",    " Services used      : $0", 1, { 0 } },
-       { "attr_service",     " Service            : port [$0] address [$1] logged in [$2]", 3, { 0, 0, 0 } },
+       { "attr_service",     " Service            : port [$0] address [$1] logged in [$2] login time [$3] idle [$4]", 5, { 0, 0, 0, 0, 0 } },
        { "attr_status_mood", " User's mood        : $0", 1, { 0 } },
        { "attr_status_text", " User's message     : $0", 1, { 0 } },
        { "attr_status_message",      " User's message     : $0", 1, { 0 } },
        { "attr_status_message_file", " Message file       : $0", 1, { 0 } },
-       { "attr_preferred_language",  " Preferred langauge : $0", 1, { 0 } },
+       { "attr_preferred_language",  " Preferred language : $0", 1, { 0 } },
        { "attr_preferred_contact",   " Preferred contact  : $0", 1, { 0 } },
        { "attr_geolocation",    " Geolocation        : $0", 1, { 0 } },
        { "attr_device_info",    " Device Info        : $0", 1, { 0 } },