summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/help.pm
AgeCommit message (Collapse)Author
2002-04-06clean up. fix descriptionsfukachan
2002-02-18we should not inherit anything as could as possible.fukachan
remove FML::Command::Utils and ErroStatus
2002-02-13define access method need_lock().fukachan
each command module determins whether it needs lock or not.
2002-02-11send back file file in $ml_home_dir if found.fukachan
return the default message if not found. "guide", "help", "objective" commands use this logic.
2002-02-11send help in $DIR for backward compatibility if it is found.fukachan
if not, send the defaulte message.
2001-12-22update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-13FML::Command::SendFile based. This module provides basic file sending functionsfukachan
2001-10-12clean upfukachan
expand_variables_in_file() -> prepare_file_to_return()
2001-10-10make command get,mget,help workfukachan
2001-10-08add prototype for help messagefukachan