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:
84af9bd
)
Remove unused constant.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 5 Aug 2025 10:13:44 +0000
(12:13 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 5 Aug 2025 10:13:44 +0000
(12:13 +0200)
ircplom/client.py
patch
|
blob
|
history
diff --git
a/ircplom/client.py
b/ircplom/client.py
index a0bd6e200e53bb7cfaf0f49cb9cf06bc0be74267..0d755c2506c591bacd4ed36a6ceb0982e3f13d65 100644
(file)
--- a/
ircplom/client.py
+++ b/
ircplom/client.py
@@
-15,7
+15,6
@@
ClientsDb = dict[str, 'Client']
CHAT_GLOB = '*'
_LOG_PREFIX_PRIVMSG = ''
-_LOG_PREFIX_SEND_FMT = '> '
_LOG_PREFIX_SEND_RAW = '=>|'
_LOG_PREFIX_RECV_RAW = '<-|'