mcabber/contrib/eventcmd
changeset 457 2fd528c49173
parent 355 c5a7a7273986
child 525 c7f94f6e51f0
--- 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
       ;;