2005-07-03 Clinton Ebadi * configure.ac: Changed version to 2.0.2 * source/Parser.C: Make functions struct static to fix building with GCC 4.0 2005-06-04 Clinton Ebadi * configure.ac: Release 2.0.1 * source/Commands.C (TBan): Return Ok instead of falling off of the end of the function * source/Parser.C (parse001): Fixed nick comparison bug 2002-07-01 Clinton Ebadi * source/UserCommands.C (AddShit): Converted to use Commands 2002-06-21 Clinton Ebadi * source/Commands.C (AddUser): Fixed a one-off (function call was before a brace instead of after one) that caused a segfault when the user mask was a wildcard 2002-06-20 Clinton Ebadi * all files: Updated address of the FSF * source/UserCommands.C (AddUser): Uses Commands now instead of manipulating the bot directly 2002-06-18 Clinton Ebadi * source/ScriptCommands.C (AddShit): Filled in function. * source/Interp.C (Startup): Bind bot-adduser to ScriptCommands::AddUser instead of Action (Startup): Bind bot-addshit to ScriptCommands::AddShit * source/ScriptCommands.C (AddUser): Filled in function * source/ServerList.C (delServer): Changed (n - 1) to n...n-1 would have caused problems if you used more than one server * source/Parser.H: Changed const char* to String in userFunctionStruct * source/String.H: Added std::string compatibility members * configure.ac: You can now disable Crypt and scripting * source/*: Added #include "config.h" where needed * configure.ac: Added AM_CONFIG_HEADER * config.h.in: added file * source/Queue.C: Didn't notice iostream.h here! Fixed Copyright 2002 Clinton Ebadi Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.