Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/chat.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat.py')
-rw-r--r--src/chat.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chat.py b/src/chat.py
index bb82af8..b659395 100644
--- a/src/chat.py
+++ b/src/chat.py
@@ -158,7 +158,8 @@ class WeegtkChat(Adw.Bin):
# the system instead of from a user
if (len(user) == 0 or user[0] == "=" or user[0] == "-" or user[0] == "["
or user[0] == "<"):
- user = f"{self.data['short_name']} {user}"
+ msg = "{}{}".format(user, msg)
+ user = "System"
msg_type = "system"
if count != 0: