home · contact · privacy
Fix formatting of part and rename logs.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 11 Sep 2025 14:43:31 +0000 (16:43 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 11 Sep 2025 14:43:31 +0000 (16:43 +0200)
ircplom/client_tui.py

index ff841321f2ccbe7b3019f3bd600000915b17aa47..52853f555589de7bc1ff7418afda8105c7d2cb82 100644 (file)
@@ -245,11 +245,11 @@ class _UpdatingUser(_UpdatingNode, NickUserHost):
             return super()._focused_set_and_report_change(old_value, update)
         if super()._focused_set_and_report_change(old_value, update):
             scope = self._scope(update.key)
-            msg = 'RAW: '
+            msg = 'RAW:'
             if update.key == 'nick':
                 return scope, msg + f'{self.prev} renames {update.value}'
             if update.key == 'exit_msg' and update.value:
-                msg += f'{self}'
+                msg += f'{self} '
                 msg += 'quits' if update.value[0] == 'Q' else 'parts'
                 if len(update.value) > 1:
                     msg += ': ' + update.value[1:]