X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Ffe-common%2Fsilc%2Fmodule-formats.c;h=fc1d95530bfc8660381c52f7f583ac70ff66069a;hb=da3a876c26b6d697ee6446ad81a8edfff1828cab;hp=a886132904715ac1ede6f8100a27073f2d4c1cbb;hpb=346885ee9466a6f1d5ecc99a5401aa3043acf7c0;p=silc.git diff --git a/apps/irssi/src/fe-common/silc/module-formats.c b/apps/irssi/src/fe-common/silc/module-formats.c index a8861329..fc1d9553 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -119,6 +119,11 @@ FORMAT_REC fecommon_silc_formats[] = { { "set_away", "You have been marked as being away (away message: {hilight $0})", 1, { 0 } }, { "unset_away", "You are no longer marked as being away", 0 }, { "auth_meth_unresolved", "Could not resolve authentication method to use, assume no authentication", 0 }, + { "watch_present", "Watch: {nick $0} is now present in the network", 1, { 0 } }, + { "watch_signoff", "Watch: {nick $0} left the network", 1, { 0 } }, + { "watch_killed", "Watch: {nick $0} was killed from the network", 1, { 0 } }, + { "watch_umode_change", "Watch: {nick $0} is now {hilight $1}", 2, { 0, 0 } }, + { "watch_nick_change", "Watch: {nick $0} changed nickname to {nick $1}", 2, { 0, 0 } }, /* File transfer messages */ { NULL, "FileTransfer", 0 },