diff options
-rw-r--r-- | pttbbs/mbbsd/board.c | 8 |
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) |