home
·
contact
·
privacy
projects
/
ircplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1853ba3
)
Fix formatting of part and rename logs.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 11 Sep 2025 14:43:31 +0000
(16:43 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 11 Sep 2025 14:43:31 +0000
(16:43 +0200)
ircplom/client_tui.py
patch
|
blob
|
history
diff --git
a/ircplom/client_tui.py
b/ircplom/client_tui.py
index ff841321f2ccbe7b3019f3bd600000915b17aa47..52853f555589de7bc1ff7418afda8105c7d2cb82 100644
(file)
--- a/
ircplom/client_tui.py
+++ b/
ircplom/client_tui.py
@@
-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:]