Parent Directory
|
Revision Log
|
Patch
| Revision 1.12 by sysadm, Mon May 19 01:44:49 2025 UTC | Revision 1.13 by sysadm, Fri May 30 02:57:09 2025 UTC | |
|---|---|---|
| # | Line 26 static const BBS_CMD bbs_cmd_list[] = { | Line 26 static const BBS_CMD bbs_cmd_list[] = { |
| 26 | {"LICENSE", license}, | {"LICENSE", license}, |
| 27 | {"COPYRIGHT", copyright}, | {"COPYRIGHT", copyright}, |
| 28 | {"RELOADMENU", reloadbbsmenu}, | {"RELOADMENU", reloadbbsmenu}, |
| 29 | {"SHUTDOWN", shutdownbbs}}; | {"SHUTDOWN", shutdownbbs}, |
| 30 | {"M_FAVOUR", favour_section_filter} | |
| 31 | }; | |
| 32 | ||
| 33 | static const int bbs_cmd_count = 7; | static const int bbs_cmd_count = 8; |
| 34 | ||
| 35 | static TRIE_NODE *p_bbs_cmd_dict; | static TRIE_NODE *p_bbs_cmd_dict; |
| 36 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |