From 8c0cfdf22d4438f161735eb73c87dd6c0a82e621 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 28 Jun 2009 17:57:21 +0000 Subject: * remove open_bid, according the statistical results. * open_bid is invoked less than 375 in 16 months (with lots of testing posts) so we decide to remove it. * the other bid parts will be removed in the future. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4714 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 851f06e3..fba3539f 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -4033,7 +4033,7 @@ const onekey_t read_comms[] = { { 0, NULL }, // Ctrl('L') { 0, NULL }, // Ctrl('M') { 0, NULL }, // Ctrl('N') - { 0, do_post_openbid }, // Ctrl('O') // BETTER NOT USE ^O - UNIX not work + { 0, NULL }, // Ctrl('O') // BETTER NOT USE ^O - UNIX not work { 0, do_post }, // Ctrl('P') { 0, NULL }, // Ctrl('Q') { 0, NULL }, // Ctrl('R') -- cgit v1.2.3