Skip to content

Commit

Permalink
fix errors in talk with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Jun 23, 2024
1 parent 72c6b1d commit 0478189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghost/master/dic/normal/yaya_aitalk.dic
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//******************************************************************************
RandomTalk
{
TOSTR(EVAL(CHR(0x22)+RandomTalkEx()+CHR(0x22)))
TOSTR(EVAL(CHR(0x22)+REPLACE(RandomTalkEx(),CHR(0x22),CHR(0x22)+CHR(0x22))+CHR(0x22)))
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 0478189

Please sign in to comment.