Add MUC message type in sample eventcmd script
authorMikael Berthe <mikael@lilotux.net>
Tue, 27 Sep 2005 21:58:01 +0200
changeset 457 2fd528c49173
parent 456 471c9ccde028
child 458 33dc3ca6e9ca
Add MUC message type in sample eventcmd script
mcabber/contrib/eventcmd
--- 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
       ;;