]> jfr.im git - irc/evilnet/x3.git/blobdiff - ChangeLog.X3
Fixing help to search all bound helpfiles for a topic.
[irc/evilnet/x3.git] / ChangeLog.X3
index 1c5df12c3c2280a49fd6f758cca46b6881890e9f..9d557430452d05f2a558fe470751a2507ea76dae 100644 (file)
@@ -1,13 +1,25 @@
 /***********************************************************************
  X3 ChangeLog
 
+2005-05-18  Alex Schumann  <rubin@afternet.org>
+
+       * 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  <rubin@afternet.org>
 
        * 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)