Hi,
I wrote a patch to implement the HELP command in gnuworld's mod.cservice.
It uses the existing table layout, although as far as I can tell postgres
limits TEXT fields to 8140 bytes; the 'topic' column must be made
non-unique, however, since the same command may have different help
messages in different languages (the diff *does* includes the required
patches for cservice.sql).
It also adds a 'help' parameter to the 'rehash' command, so you can update
help texts while the bot is running.
The messages are stored in a help/ directory under doc/ and are generated
with the genhelp.py script. After that you need to run
psql < cservice.help.sql
Have fun :)
--
Alex Badea
Official Coder-Com Representative
cservice.help.diff.gz