summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 02:22:55 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-05 02:22:55 +0800
commit6e592b3fbc459867f9966c3cdefbc363a26ec895 (patch)
treef7402f1b6a4d1f742eed7d1981c5c3525bc50b70 /mbbsd/menu.c
parent890dd47e135c29397a6006556e186061f2afcc67 (diff)
downloadpttbbs-6e592b3fbc459867f9966c3cdefbc363a26ec895.tar
pttbbs-6e592b3fbc459867f9966c3cdefbc363a26ec895.tar.gz
pttbbs-6e592b3fbc459867f9966c3cdefbc363a26ec895.tar.bz2
pttbbs-6e592b3fbc459867f9966c3cdefbc363a26ec895.tar.lz
pttbbs-6e592b3fbc459867f9966c3cdefbc363a26ec895.tar.xz
pttbbs-6e592b3fbc459867f9966c3cdefbc363a26ec895.tar.zst
pttbbs-6e592b3fbc459867f9966c3cdefbc363a26ec895.zip
- general refine and improvement, fixing messages
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3630 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index ac31b010..deb83c2f 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -402,9 +402,10 @@ static const commands_t maillist[] = {
{m_new, PERM_READMAIL, "RNew 閱\讀新進郵件"},
{m_read, PERM_READMAIL, "RRead 多功\能讀信選單"},
{m_send, PERM_LOGINOK, "RSend 站內寄信"},
- {x_love, PERM_LOGINOK, "PPaper " ANSI_COLOR(1;32) "情書產生器" ANSI_RESET " "},
+ {x_love, PERM_LOGINOK, "PPaper 情書產生器"},
{mail_list, PERM_LOGINOK, "RMail List 群組寄信"},
- {setforward, PERM_LOGINOK, "FForward " ANSI_COLOR(32) "設定信箱自動轉寄" ANSI_RESET},
+ {setforward, PERM_LOGINOK, "FForward " ANSI_COLOR(1;32)
+ "設定信箱自動轉寄" ANSI_RESET},
{m_sysop, 0, "YYes, sir! 諂媚站長"},
{m_internet, PERM_INTERNET, "RInternet 寄信到 Internet"},
{mail_mbox, PERM_INTERNET, "RZip UserHome 把所有私人資料打包回去"},