X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/02341ea9f330096fcf009d74489c1ef5f51fe739..5c73c60a95f257c87432f6b7fe9fb8ffa6cbfdef:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 6a9e6df..e3cfd5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,38 @@ +2005-06-24 Clinton Ebadi + + * source/ScriptCommands.C (sendNotice): Returns error code instead + of just #t or #f + + * source/Commands.C (Say): Check to make sure target is a channel + (Msg): Extended to send messages to channels + 2005-06-23 Clinton Ebadi + * scripts/bot.scm: Added file ((bobotpp bot) module for other + modules to gain access to bobot++ interface) + + * source/Commands.C (Notice): Commented out check/abort if target + is a channel (there doesn't seem to be a reason for this to not work) + + * source/Interp.C (interp_init_helper): Register bot:notice with scheme + + * bobot++.texinfo (High Level Message Functions): Document bot:notice + + * source/Message.H: Added operator== to Message (tests for error + code equality) + + * source/Commands.C: Removed message type macros + + * source/Message.H: Moved message type macros to Message.H + + * source/ScriptCommands.C (sendNotice): Implemented sendNotice + + * source/ScriptCommands.H: Uncomment sendNotice + + * source/Bot.C (waitForInput): Use %02d when formatting + Hooks::TIMER argument instead of %2d, and switch to snprintf to + enforce max length + * bobot++.texinfo (Hooks): Clarified intro text about hooks (order of processing).