# HG changeset patch # User Mikael Berthe # Date 1269797301 -7200 # Node ID 048bcde98fc695bda6a7efe12b3298ae4c1d3124 # Parent 2c2a706fcd50b49ef753074a43efa9d1192fb2bb Update contrib eventcmd sample script diff -r 2c2a706fcd50 -r 048bcde98fc6 mcabber/contrib/events/eventcmd --- a/mcabber/contrib/events/eventcmd Sun Mar 28 16:27:03 2010 +0200 +++ b/mcabber/contrib/events/eventcmd Sun Mar 28 19:28:21 2010 +0200 @@ -44,6 +44,8 @@ # Buddy $arg2 status is $arg1 (_, O, I, F, D, N, A) echo > /dev/null elif [ $event = "UNREAD" ]; then - # $arg1 is the number of unread buffers + # $arg1 contains 4 numbers separated with space chars: + # Nr of unread buffers, nr of unread buffers with attention sign, + # nr of MUC unread buffers, nr of MUC unread buffers with attention sign. echo > /dev/null fi