Correctly fix bot module syntax
[clinton/bobotpp.git] / scripts / bot.scm
CommitLineData
eb3864fb 1;;; Bobot++ Module for for giving access to bobot++ commands to other
2;;; scheme modules
3
4;;; This file is covered by the GPL version 2 or (at your option) any
5;;; later version
6
7(define-module (bobotpp bot))
8
30b8b421 9(set-module-uses! (module-public-interface (current-module))
d695ede4 10 (list (module-ref (resolve-module '(guile-user) #f)
30b8b421 11 'the-bot-module)))