X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/c6e7af0589e98d7e6e6e233eb6fc88f9aba3c098..528799bd9ee2c03de68c6d2dc20a4813da3e3261:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7d0c40f..f62cad7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,44 @@ +2005-07-07 Clinton Ebadi + + * bobot++.texinfo (Shit Levels): Added section + (Scheme User Levels): Removed Section + (Adding New Commands): Updated ref to Scheme User Levels to refer + to the User Levels section, and changed a @code{} into a @{var} + (Sending Messages): Rewrote section + (High Level Message Functions): Merged bot:say and bot:msg + sections + (bot.users): Expanded section + (bot.shit): Added section + + * source/Interp.C (interp_init_helper): Added bot:shit/none + /no-ban, /no-kick, and /no-deop constants to Scheme + + * scripts/bobot-utils.scm (bot:sent-to-me?): Redefined as a + closure (this should create the regexp once instead of each time + the function is called) + + * examples/bot.autoexec: Updated sample bot.autoexec + + * examples/bot.users: Updated sample bot.users + + * examples/bot.conf: Updated sample config + 2005-07-06 Clinton Ebadi + * bobot++.texinfo (Sent Message Hooks): Documented hooks/send/who + and hooks/send/whois + + * source/ServerQueue.C (sendWho): Call hooks/send/who + (sendWhois): Call hooks/send/whois + + * source/Interp.C (interp_init_helper): Added hooks/send/who and + hooks/send/whois constants to Scheme + + * source/BotInterp.H: Added SEND_WHO and SEND_WHOIS hook constants + * bobot++.texinfo (Misc Scripting Stuff): Documented bot:who and bot:whois + (bot.conf): Document MAXNICKLENGTH * source/Interp.C (interp_init_helper): Add bot:who and bot:whois bindings to Scheme @@ -374,7 +411,8 @@ (toUpper): Use Utils::to_upper (trim): Use Utils::trim_str - * source/String.H: removed srep, replaced it with a std::string (my_string) + * source/String.H: removed srep, replaced it with a std::string + (my_string) * source/Utils.C (to_upper): Applied patch from Jos Hulzink