updates.
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index cbdead77edc507382bc05d2080ed197d3ade1484..138ad2303158529d0453ef856d6964f15c36e15a 100644 (file)
@@ -31,6 +31,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_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 } },
        { "cumode", "channel user mode/{channel $0}/{nick $1} {mode $2} by {nick $3}", 4, { 0, 0, 0, 0 } },
        { "action", "{action $0-}", 2, { 0, 0 } },
@@ -41,6 +42,11 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "no_invite_list", "channel {channel $0} invite list not set", 1, { 0 } },
        { "ban_list", "channel {channel $0} ban list: $1", 2, { 0, 0 } },
        { "no_ban_list", "channel {channel $0} ban list not set", 1, { 0 } },
+       { "inviting", "Inviting {nick $0} to channel {channel $1}", 2, { 0, 0 } },
+       { "kicked_you", "You have been kicked off channel {channel $0} ($1)", 2, { 0, 0 } },
+       { "kicked", "{nick $0} has been kicked off channel {channel $1} ($2)", 3, { 0, 0, 0 } },
+       { "killed_you", "You have been killed from the SILC Network", 0 },
+       { "killed", "{nick $0} has been killed from the SILC Network ($1)", 2, { 0, 0 } },
 
        /* WHOIS, WHOWAS and USERS (alias WHO) messages */
        { NULL, "Who Queries", 0 },
@@ -100,6 +106,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "ke_unknown_hash_function", "Server does not support one of your proposed hash function", 0 },
        { "ke_unknown_hmac", "Server does not support one of your proposed HMAC", 0 },
        { "ke_incorrect_signature", "Incorrect signature", 0 },
+       { "ke_invalid_cookie", "Invalid cookie", 0 },
        { "auth_failed", "Authentication failed", 0 },
        { "set_away", "You have meen marked as being away (away message: {hilight $0})", 1, { 0 } },
        { "unset_away", "You are no longer marked as being away", 0 },