[project @ 2005-06-23 22:59:18 by unknown_lamer]
[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
9(set-module-uses! %module-public-interface
d695ede4 10 (list (module-ref (resolve-module '(guile-user) #f)
11 'the-bot-module)))