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:
a1bc322
)
Fix broken CAP command sendings.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Sep 2025 14:47:31 +0000
(16:47 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Sep 2025 14:47:31 +0000
(16:47 +0200)
ircplom/client.py
patch
|
blob
|
history
diff --git
a/ircplom/client.py
b/ircplom/client.py
index 3bbe5d79079b7aa994c0741cb67d8fc561266801..6e64508dda6a9e2561e2cd82ff1534506f844caf 100644
(file)
--- a/
ircplom/client.py
+++ b/
ircplom/client.py
@@
-591,7
+591,7
@@
class _CapsManager:
caps_dict: _UpdatingDict[_UpdatingServerCapability]
) -> None:
self._dict = caps_dict
- self._send =
sender
+ self._send =
lambda *args: sender('CAP', *args)
self.clear()
def clear(self) -> None: