summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-26 13:25:03 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-26 13:25:03 +0800
commit38918e67f0aabf6c9fd7ee743faa4dc296384691 (patch)
tree5ce1dd700f8d8327ecf2e65c3ba041fce7a075f4 /mbbsd/var.c
parent648817f7b2957819f2854e7ee223ea9f7ed32619 (diff)
downloadpttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.gz
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.bz2
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.lz
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.xz
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.zst
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.zip
blog support
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@903 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 8d43e7d5..d8356d02 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -1,4 +1,4 @@
-/* $Id: var.c,v 1.16 2003/04/06 04:11:10 victor Exp $ */
+/* $Id: var.c,v 1.17 2003/05/26 05:23:13 in2 Exp $ */
#define INCLUDE_VAR_H
#include "bbs.h"
@@ -262,6 +262,17 @@ char *ModeTypeTable[MAX_MODES] = {
"NBA大猜測" /* TMPJACK */
"Ptt查榜系統", /* JCEE */
"重編文章" /* REEDIT */
+ "布落格", /* BLOGGING */
+ "", /* for future usage */
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
};
/* indict.c */