changeset 457:2fd528c49173

Add MUC message type in sample eventcmd script
author Mikael Berthe <mikael@lilotux.net>
date Tue, 27 Sep 2005 21:58:01 +0200
parents 471c9ccde028
children 33dc3ca6e9ca
files mcabber/contrib/eventcmd
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/contrib/eventcmd	Tue Sep 27 19:52:29 2005 +0200
+++ b/mcabber/contrib/eventcmd	Tue Sep 27 21:58:01 2005 +0200
@@ -22,6 +22,9 @@
       # Incoming message from buddy $arg2
       $CMD_MSG_IN > /dev/null 2>&1
       ;;
+    MUC)
+      # Groupchat message in room $arg2
+      ;;
     OUT)
       # Outgoing message for buddy $arg2
       ;;