Missing paren in bot module
[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
1c820741 9(set-module-uses! (module-public-interface (current-module)
d695ede4 10 (list (module-ref (resolve-module '(guile-user) #f)
8de68800 11 'the-bot-module))))