chiark / gitweb /
more template work
[disorder] / server / actions.c
index 8e975e447451731d91455ad9ed0b0711e474dab9..aca4db0aeea173039b2459315a6ee3879c9e7e1f 100644 (file)
@@ -161,8 +161,8 @@ static const struct action {
   { "enable", act_enable },
   { "manage", act_playing },
   { "playing", act_playing },
-  { "random-disable", act_random_disable },
-  { "random-enable", act_random_enable },
+  { "randomdisable", act_random_disable },
+  { "randomenable", act_random_enable },
   { "remove", act_remove },
 };