Compare commits

..

No commits in common. "657de72ada210dcdf868a428983d2476397adea9" and "749d4a1c485c9d35038b65d1af24ff17a93bc026" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -2402,7 +2402,7 @@ def actionsubmit(data, actionmode=0, force_submit=False, force_prompt_gen=False,
if(vars.chatmode and vars.gamestarted):
data = re.sub(r'\n+', ' ', data)
if(len(data)):
data = f"\n{vars.chatname}: {data}\n"
data = f"\n{vars.chatname} : {data}\n"
# </s> mode
if(vars.newlinemode == "s"):