help
index
/home/thindil/Projekty/anaria/server/lib/pymodules/help.py

help.py
 
Provide various functions for help system.

 
Modules
       
hooks
mudsys
storage

 
Classes
       
NoHelp

 
class NoHelp
    Implements one no help entry.
 
  Methods defined here:
__init__(self, keyword, amount=1, set=None)
Standard class constructor.
store(self)
return a storage set representation of the no help entry.

 
Functions
       
__unload__()
removes the hooks for help.
cmd_nohelp(ch, cmd, arg)
Usage: brakpomocy [keyword]
 
Without arguments, show list of all no help entries.
help_hook(info)
Add new entry for not found help file.
load_nohelp()
read all of no help entries from file.
save_nohelp()
save all of no help entries to a file.

 
Data
        __nohelps__ = {}
__nohelps_file__ = '../lib/misc/nohelp'