Index: trunk/FACT++/src/fadctrl.cc
===================================================================
--- trunk/FACT++/src/fadctrl.cc	(revision 11082)
+++ trunk/FACT++/src/fadctrl.cc	(revision 11083)
@@ -1396,5 +1396,5 @@
              "|enable[bool]:Whether the command transmission should be blockes (yes) or allowed (no)");
 
-        T::AddEvent("IGNORE_EVENTS_FROM_SLOT", "S:1;B:1")
+        T::AddEvent("IGNORE_EVENTS", "S:1;B:1")
             (boost::bind(&StateMachineFAD::SetIgnoreSlot, this, _1))
             ("Instructs the event-builder to ignore events from the given slot but still read the data from the socket."
@@ -1402,5 +1402,5 @@
              "|enable[bool]:Whether the event builder should ignore data from this slot (yes) or allowed (no)");
 
-        T::AddEvent("IGNORE_EVENTS_FROM_SLOT_RANGE", "S:2;B:1")
+        T::AddEvent("IGNORE_EVENTS_RANGE", "S:2;B:1")
             (boost::bind(&StateMachineFAD::SetIgnoreSlots, this, _1))
             ("Instructs the event-builder to ignore events from the given slot but still read the data from the socket."
