[project @ 2005-06-23 22:59:18 by unknown_lamer]
[clinton/bobotpp.git] / scripts / bot.scm
index 271f286..984c64a 100644 (file)
@@ -7,4 +7,5 @@
 (define-module (bobotpp bot))
 
 (set-module-uses! %module-public-interface
-                 (list the-bot-module))
\ No newline at end of file
+                 (list (module-ref (resolve-module '(guile-user) #f)
+                                   'the-bot-module)))
\ No newline at end of file