You can now kiss the frog!
[mudsync.git] / mudsync.scm
index a3caaa17d8f30b85f998234853433d2fca7b17e1..8b1eb9ee187e7e236892c6184ee5d165f1332846 100644 (file)
@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
 ;;;
 ;;; This file is part of Mudsync.
@@ -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)
@@ -36,7 +36,8 @@
         player
         room
         run-game
-        thing))
+        utils
+        parser))
 
     (for-each (let ((i (module-public-interface (current-module))))
                 (lambda (m)