Differences
This shows you the differences between two versions of the page.
help_system [2013/09/12 22:49] |
help_system [2020/09/12 01:30] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Introduction ====== | ||
+ | With bebot 0.3 the help is moved inside the modules offering the commands, and no longer kept in outside text files. | ||
+ | ====== Adding help ====== | ||
+ | To add help to a module you have to define an array //$help// inside the class. Best place for the definition is the constructor of the class. The array got 3 fields: | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' |