[project @ 2005-06-23 21:10: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
10 (list the-bot-module))