Implemented CHANNEL_UMODE_QUEIT mode. Fixed fatal bugs in server.
[silc.git] / apps / irssi / src / fe-common / silc / module-formats.c
index f823d50e0e1cee90bb40426be7fe8c593f610fcb..108f96e8c84e1a1d14889a012fc3ec149ea124e8 100644 (file)
@@ -47,6 +47,7 @@ FORMAT_REC fecommon_silc_formats[] = {
        { "kicked", "{nick $0} has been kicked off channel {channel $1} by {nick $2} ($3)", 4, { 0, 0, 0, 0 } },
        { "killed_you", "You have been killed from the SILC Network by {nick $0} ($1)", 2, { 0, 0 } },
        { "killed", "{nick $0} has been killed from the SILC Network by {nick $1} ($2)", 3, { 0, 0, 0 } },
+       { "quieted", "You have been queited and cannot talk on {channel $0}", 1, { 0 } },
 
        /* WHOIS, WHOWAS and USERS (alias WHO) messages */
        { NULL, "Who Queries", 0 },