[[project @ 2005-06-23 21:10:18 by unknown_lamer] unknown_lamer**20050623211018 Added scripts/bot.scm which exports the bobot++ interface to other modules ] { addfile ./scripts/bot.scm hunk ./ChangeLog 2 + + * scripts/bot.scm: Added file ((bobotpp bot) module for other + modules to gain access to bobot++ interface) hunk ./NEWS 25 + + Misc + * Added (bobotpp bot) module that modules may use to gain access + to the bobot++ functions hunk ./configure.ac 33 + GUILE_SITE_DIR hunk ./configure.ac 64 + hunk ./scripts/Makefile.am 4 + +guilesitebotdir = @GUILE_SITE@/bobotpp +guilesitebot_DATA = bot.scm + +EXTRA_DIST = $(scripts_DATA) $(guilesitebot_DATA) hunk ./scripts/bobot-utils.scm 18 + hunk ./scripts/bot.scm 1 - +;;; Bobot++ Module for for giving access to bobot++ commands to other +;;; scheme modules + +;;; This file is covered by the GPL version 2 or (at your option) any +;;; later version + +(define-module (bobotpp bot)) + +(set-module-uses! %module-public-interface + (list the-bot-module)) }