summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-06 12:35:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-06 12:35:16 +0800
commitea71bde6b0addb910454451a969e2cfeca14eb4d (patch)
tree823a5287668cc1c0fd3fdbb23e5e205b48a6108d /mbbsd/bbs.c
parent312ac55f526f388f6154c9861f232659d348aae2 (diff)
downloadpttbbs-ea71bde6b0addb910454451a969e2cfeca14eb4d.tar
pttbbs-ea71bde6b0addb910454451a969e2cfeca14eb4d.tar.gz
pttbbs-ea71bde6b0addb910454451a969e2cfeca14eb4d.tar.bz2
pttbbs-ea71bde6b0addb910454451a969e2cfeca14eb4d.tar.lz
pttbbs-ea71bde6b0addb910454451a969e2cfeca14eb4d.tar.xz
pttbbs-ea71bde6b0addb910454451a969e2cfeca14eb4d.tar.zst
pttbbs-ea71bde6b0addb910454451a969e2cfeca14eb4d.zip
- mail: prevent false alerts more carefully
- pfterm: add getmaxyx - bbslua: change format detection and API refine - var/mode: string fix git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3796 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 936267b8..0bc8f1fe 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -3690,18 +3690,18 @@ const onekey_t read_comms[] = {
{ 1, edit_post }, // 'E'
{ 0, NULL }, // 'F'
{ 0, NULL }, // 'G'
- { 0, b_moved_to_config }, // 'H'
+ { 0, NULL }, // 'H'
{ 0, b_config }, // 'I'
#ifdef USE_COOLDOWN
{ 0, change_cooldown }, // 'J'
#else
{ 0, NULL }, // 'J'
#endif
- { 0, b_moved_to_config }, // 'K'
+ { 0, NULL }, // 'K'
{ 1, solve_post }, // 'L'
{ 0, b_vote_maintain }, // 'M'
{ 0, NULL }, // 'N'
- { 0, b_moved_to_config }, // 'O'
+ { 0, NULL }, // 'O'
{ 0, NULL }, // 'P'
{ 1, view_postinfo }, // 'Q'
{ 0, b_results }, // 'R'
@@ -3726,13 +3726,13 @@ const onekey_t read_comms[] = {
#endif
{ 1, good_post }, // 'g'
{ 0, b_help }, // 'h'
- { 0, b_moved_to_config }, // 'i'
+ { 0, b_config }, // 'i'
{ 0, NULL }, // 'j'
{ 0, NULL }, // 'k'
{ 0, NULL }, // 'l'
{ 1, mark_post }, // 'm'
{ 0, NULL }, // 'n'
- { 0, b_moved_to_config }, // 'o'
+ { 0, NULL }, // 'o'
{ 0, NULL }, // 'p'
{ 0, NULL }, // 'q'
{ 1, read_post }, // 'r'
@@ -3743,7 +3743,7 @@ const onekey_t read_comms[] = {
#else
{ 0, NULL }, // 'u'
#endif
- { 0, b_moved_to_config }, // 'v'
+ { 0, NULL }, // 'v'
{ 1, b_call_in }, // 'w'
{ 1, cross_post }, // 'x'
{ 1, reply_post }, // 'y'