Update mudsync code to use easier to use action inheritance system
[mudsync.git] / mudsync / networking.scm
index bb403f8f998fe1755076515114ba74f94590d870..4714556b4427595ec1e1b1ee2694880bd5be8bd2 100644 (file)
   ;; 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
+   (mhandlers
     (start-listening
      (lambda* (actor message
                      #:key (server %default-server)