Skip to content

Commit

Permalink
files update~
Browse files Browse the repository at this point in the history
  • Loading branch information
Taromatibot committed Jan 7, 2023
1 parent 9e0ec8d commit 1daa529
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Taromati2/ghost/master/dic/communicate/talk/talk.dic
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ TWO.dicpart{
"%(Seasonzone)"
}
elseif '秘密服务' _in_ reference1 && '忘了' _in_ reference1{
"\0\s[40]秘密服务的密码是:“%(password)”"
"\0\s[40]秘密服务的密码是:“%(REPLACE(password,'\','\\'))”"
}
//----------------------------------------橘花关怀------------------------------------------------------------------
elseif '辛苦' _in_ reference1 || '麻烦' _in_ reference1{
Expand Down
2 changes: 1 addition & 1 deletion Taromati2/ghost/master/dic/system/Debug.dic
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ OnSakuraScript.Forment{

On_ShioriEcho.GetName:void {
SHIORI_FW.Make_X_SSTP_PassThru('GhostName',ghostname)
SHIORI_FW.Make_X_SSTP_PassThru('UserName',username)
SHIORI_FW.Make_X_SSTP_PassThru('UserName',REPLACE(username,'\\','\'))
}
On_ShioriEcho {
ClearShioriEchoVar
Expand Down
2 changes: 1 addition & 1 deletion Taromati2/ghost/master/dic/system/event_response.dic
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ OnNotifyUserInfo{
else
'用户名'
--
"『%(_username)』"
"『%(REPLACE(_username,'\','\\'))』"
}
--
if _birthday_changed{
Expand Down
2 changes: 1 addition & 1 deletion Taromati2/ghost/master/dic/system/internet.dic
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ OnHitokotoUpdate{
'\![execute,http-get,https://v1.hitokoto.cn/,encode=text,--nofile,--async=hitokoto]'//更新一言
}
OnHitokotoUpdate.Success{
hitokoto=reference3
hitokoto=REPLACE(reference3,'\','\\')
--
DiscordCustomSet.CustomDetail(hitokoto)
--
Expand Down
2 changes: 1 addition & 1 deletion Taromati2/ghost/master/dic/system/password.dic
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ OnPasswordUpdate{
if !HaveNotGetPassword
'新'
--
"密码:%(_new_pass)\n橘花已经记下了哦,\w8%(username)也要记住喔~"
"密码:%(REPLACE(_new_pass,'\','\\'))\n橘花已经记下了哦,\w8%(username)也要记住喔~"
}
else {
BUGNow
Expand Down

0 comments on commit 1daa529

Please sign in to comment.