Rename call of start-agenda to run-agenda
[mudsync.git] / mudsync / room.scm
index a3ebc65908212063e2d60b9a21d8f7afe30d60c6..efb52d828e96efeda3c5d12e3ace6262f5f22b40 100644 (file)
@@ -19,7 +19,7 @@
 (define-module (mudsync room)
   #:use-module (mudsync command)
   #:use-module (mudsync gameobj)
-  #:use-module (8sync systems actors)
+  #:use-module (8sync actors)
   #:use-module (8sync agenda)
   #:use-module (oop goops)
   #:use-module (srfi srfi-1)
@@ -80,7 +80,7 @@
 
   (actions #:allocation #:each-subclass
            #:init-value
-           (mhandlers
+           (build-actions
             (cmd-go room-cmd-go)
             (cmd-go-where room-cmd-go-where)
             (announce-entrance room-announce-entrance)