Parent Directory
|
Revision Log
|
Patch
| Revision 1.14 by sysadm, Sun Jun 1 03:07:42 2025 UTC | Revision 1.15 by sysadm, Tue Jun 24 10:01:24 2025 UTC | |
|---|---|---|
| # | Line 27 static const BBS_CMD bbs_cmd_list[] = { | Line 27 static const BBS_CMD bbs_cmd_list[] = { |
| 27 | {"COPYRIGHT", copyright}, | {"COPYRIGHT", copyright}, |
| 28 | {"RELOADCONF", reload_bbs_conf}, | {"RELOADCONF", reload_bbs_conf}, |
| 29 | {"SHUTDOWN", shutdown_bbs}, | {"SHUTDOWN", shutdown_bbs}, |
| 30 | {"M_FAVOUR", favour_section_filter} | {"M_FAVOUR", favour_section_filter}, |
| 31 | {"VIEW_EX_ARTICLE", view_ex_article}, | |
| 32 | }; | }; |
| 33 | ||
| 34 | static const int bbs_cmd_count = 8; | static const int bbs_cmd_count = 9; |
| 35 | ||
| 36 | static TRIE_NODE *p_bbs_cmd_dict; | static TRIE_NODE *p_bbs_cmd_dict; |
| 37 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |