Update to use build-actions; fix clerk communication
[mudsync.git] / mudsync / networking.scm
index bb403f8f998fe1755076515114ba74f94590d870..c2c1068aedf8d3dbc50a61c56bca34b82e1377dd 100644 (file)
@@ -17,7 +17,7 @@
 ;;; along with Mudsync.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (mudsync networking)
-  #:use-module (8sync systems actors)
+  #:use-module (8sync actors)
   #:use-module (8sync agenda)
   #:use-module (ice-9 format)
   #:use-module (ice-9 match)
   ;; send input to this actor
   (send-input-to #:getter nm-send-input-to
                  #:init-keyword #:send-input-to)
-  (message-handler
+
+  (actions
+   #:allocation #:each-subclass
    #:init-value
-   (make-action-dispatch
+   (build-actions
     (start-listening
      (lambda* (actor message
                      #:key (server %default-server)