X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/4cc479d8e370a2e357eed67a70ee53d83d1794f0..6b7614a8f1ae00cb470a620af4e0b6ffbbaa1951:/ChangeLog diff --git a/ChangeLog b/ChangeLog index be61408..f986ac2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ +2005-06-27 Clinton Ebadi + + * examples/bot.conf (maxnicklength): Update example config + + * source/Utils.C (valid_nickname_p): Use b->MAX_NICKLENGTH + + * source/Bot.C (readConfig): Look for MAXNICKLENGTH parameter + + * source/Bot.H: Added MAX_NICKLENGTH member + + * source/Utils.H (valid_nickname_p): Now takes Bot* as first argument + + * source/Commands.C (Msg): Send multiple PRIVMSGs when a message + is multiple lines + + * source/UserCommands.C (SetVersion): Convert to use Commands::Notice + + * source/Commands.C (Notice): Send multiple NOTICEs when a message + is multiple lines + +2005-06-25 Clinton Ebadi + + * source/Main.C (real_main): Enable Guile debugging mode when + --debug is used + + * source/Interp.C (interp_post_startup_helper): Return + SCM_UNSPECIFIED instead of 0 + 2005-06-24 Clinton Ebadi + * All: Updated FSF street address + * source/Commands.C (Msg): Move body of Say to an if inside of this (Say): Just call Msg