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:
297dd3b
)
Make identity relation more explicit/forceful.
author
Christian Heller
<c.heller@plomlompom.de>
Fri, 5 Sep 2025 12:53:33 +0000
(14:53 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Fri, 5 Sep 2025 12:53:33 +0000
(14:53 +0200)
ircplom/client.py
patch
|
blob
|
history
diff --git
a/ircplom/client.py
b/ircplom/client.py
index 07c4f7ddff4f4d9f05f18884495288ee3089ed50..5d906f9b51867020f550217f49f45b4fb92d22e3 100644
(file)
--- a/
ircplom/client.py
+++ b/
ircplom/client.py
@@
-790,7
+790,7
@@
class Client(ABC, ClientQueueMixin):
if 'message' in ret:
self._log(f'{ret["parter"]} parts: {ret["message"]}',
LogScope.CHAT, target=ret['channel'])
- if ret['parter']
==
self.db.users['me']:
+ if ret['parter']
is
self.db.users['me']:
del self.db.channels[ret['channel']]
self.db.purge_users()
elif ret['_verb'] == 'PING':