diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 934d375a..7617d35f 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -144,9 +144,9 @@ readtitle() brd_title = bp->title + 7; showtitle(currBM, brd_title); - outs("[��]���} [��]�\\Ū [^P]�o���峹 [b]�Ƨѿ� [d]�R�� [z]��ذ� " - "[TAB]��K [h]elp\n\033[7m �s�� �� �� �@ �� �� �� �� �D" - " \033[m"); + prints("[��]���} [��]�\\Ū [^P]�o���峹 [b]�Ƨѿ� [d]�R�� [z]��ذ� " + "[TAB]��K [h]elp\n\033[7m �s�� �� �� �@ �� �� �� �� �D" + " [%4d] \033[m", SHM->bcache[currbid - 1].nuser); } static void |