Traversal checks, plus flavortext
[mudsync.git] / mudsync.scm
index 84cb6d0ab40536e4f1e7b60ac92c9a90e4a14712..1b024f9394a41f2df8bab473bda6a05b96d22310 100644 (file)
@@ -18,7 +18,7 @@
 ;;; along with Mudsync.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (mudsync)
-  #:use-module (8sync systems actors)
+  #:use-module (8sync actors)
   #:use-module (8sync agenda)
   #:use-module (ice-9 format)
   #:use-module (ice-9 match)
       '(game-master
         gameobj
         networking
-        parser
+        command
         player
         room
-        run-game))
+        run-game
+        utils
+        parser))
 
     (for-each (let ((i (module-public-interface (current-module))))
                 (lambda (m)