Explorar o código

Fix You You You appearing in chat mode

oobabooga %!s(int64=2) %!d(string=hai) anos
pai
achega
e2da6b9685
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      modules/chat.py

+ 1 - 0
modules/chat.py

@@ -84,6 +84,7 @@ def extract_message_from_reply(question, reply, name1, name2, check, impersonate
         tmp = f"\n{asker}:"
         for j in range(1, len(tmp)):
             if reply[-j:] == tmp[:j]:
+                reply = reply[:-j]
                 substring_found = True
 
     return reply, next_character_found, substring_found