codestyle in ircv3.py
This commit is contained in:
parent
5b4714ca1e
commit
8dde7b7216
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ class CAPContext(ServerContext):
|
|||
if line.command == "CAP":
|
||||
caps = self.server.collect_caps()
|
||||
if caps:
|
||||
await self.server.send(build("CAP",
|
||||
["REQ", " ".join(caps)]))
|
||||
await self.server.send(
|
||||
build("CAP", ["REQ", " ".join(caps)]))
|
||||
|
||||
while caps:
|
||||
line = await self.server.wait_for(ResponseOr(
|
||||
|
|
Loading…
Reference in a new issue