X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/1d9574827a360322e344883a477c8f52f35ede2e..562697441bf6b9ec8f04f6841f4dbbaf0a92c8bb:/ChangeLog.X3 diff --git a/ChangeLog.X3 b/ChangeLog.X3 index 1c5df12..a5f4e7c 100644 --- a/ChangeLog.X3 +++ b/ChangeLog.X3 @@ -1,13 +1,41 @@ /*********************************************************************** X3 ChangeLog +2005-05-27 Alex Schumann + + * src/chanserv.c: Resync working now + +2005-05-27 Reed Loden + + * src/chanserv.c: Fixed an incorrectly named message. Fixed some + grammar issues in the message send to pending users. Fixed a + problem with some of the resync code. + +2005-05-27 Alex Schumann + + * src/chanserv.c: make pending add check if the person is already on + the userlist before re-adding them (thx exec & reed for noticing this) + Fix capitalisation of I in pending notice. + +2005-05-18 Alex Schumann + + * src/modcmd.c: reed pointed out that modcmd non-command help wasnt + working, and pointed me to the opserv helpfiles command, which shows + what services search what help files. This fixes the help command to + search that list as it should. Still need to modify the 'default' + helpfile search bindigs because I dont think chanserv should respond + to help from opserv's db, etc. See opserv's 'helpfiles' command. + + * src/modcmd.help: clarified 'helpfiles' help. + 2005-05-18 Alex Schumann * src/helpfile.c: make send_help() return true/false and not send errors so svccmd_send_help can 'take control' of things. * src/modcmd.c: Fixed up the help system (again) / find aliased - commands help if none exists. + commands help if none exists. / Display no help for that command on + commands (instead of topic) * src/modcmd.h: Fixed up the help system (again)