summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-11-07 22:06:57 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-11-07 22:06:57 +0800
commit33dbc6b38f1108e71430e42cc7069b698aaaf086 (patch)
tree543afd26ca05328390a1bf95927f4b4979c03034
parente51022ad8e1d967268e3305ad0ba040d023d36ac (diff)
downloadpttbbs-33dbc6b38f1108e71430e42cc7069b698aaaf086.tar
pttbbs-33dbc6b38f1108e71430e42cc7069b698aaaf086.tar.gz
pttbbs-33dbc6b38f1108e71430e42cc7069b698aaaf086.tar.bz2
pttbbs-33dbc6b38f1108e71430e42cc7069b698aaaf086.tar.lz
pttbbs-33dbc6b38f1108e71430e42cc7069b698aaaf086.tar.xz
pttbbs-33dbc6b38f1108e71430e42cc7069b698aaaf086.tar.zst
pttbbs-33dbc6b38f1108e71430e42cc7069b698aaaf086.zip
Show GROUPOP info.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5898 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/board.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c
index 26da4923..97fb598b 100644
--- a/pttbbs/mbbsd/board.c
+++ b/pttbbs/mbbsd/board.c
@@ -555,6 +555,14 @@ b_config(void)
prints("%sc%s)文章類別 %sn%s)發文注意事項 ",
aHot, aRst, aHot, aRst);
outs(ANSI_RESET);
+
+ if (GROUPOP()) {
+ move_ansi(++ipostres, COLPOSTRES);
+ prints(ANSI_COLOR(1;32)
+ "您目前有此看板的群組管理權"
+ ANSI_RESET);
+ }
+
}
if (!isBM)