summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/bbs.c3
-rw-r--r--mbbsd/menu.c3
2 files changed, 5 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 4c009f5e..e7e597f9 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -2027,6 +2027,9 @@ view_postmoney(int ent, const fileheader_t * fhdr, const char *direct)
return FULLUPDATE;
}
if(fhdr->filemode & FILE_ANONYMOUS)
+ /* donothing because substitute_ref_record forgot to update multi.money */
+ vmsg("�m�����峹�ܭ��n�A�O�o�ݴN�n�F�A�O�z��������");
+ else if(fhdr->filemode & FILE_ANONYMOUS)
/* When the file is anonymous posted, fhdr->multi.anon_uid is author.
* see do_general() */
vmsg("�ΦW�޲z�s��: %d (�P�@�H���X�|�@��)",
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index ebd5887e..4f7fea73 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -479,7 +479,8 @@ static const commands_t playlist[] = {
#endif
#endif
{note, PERM_LOGINOK, "NNote �i ���y���O �j"},
- {x_weather,0 , "WWeather �i ��H�w�� �j"},
+/* XXX �a���F, �γ\�i�H���� weather.today/weather.tomorrow ���ϥ��S�N�q */
+/* {x_weather,0 , "WWeather �i ��H�w�� �j"}, */
/* XXX �a���F */
/* {x_stock,0 , "SStock �i �ѥ��污 �j"},*/
{forsearch,PERM_LOGINOK, "SSearchEngine�i\033[1;35m ��tt�j�M�� \033[m�j"},