do CAP LS 302
(not just CAP LS
)
This commit is contained in:
parent
60e601aa81
commit
94c501d4de
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class Server(IServer):
|
|||
username = self.params.username or nickname
|
||||
realname = self.params.realname or nickname
|
||||
|
||||
await self.send(build("CAP", ["LS"]))
|
||||
await self.send(build("CAP", ["LS", "302"]))
|
||||
await self.send(build("NICK", [nickname]))
|
||||
await self.send(build("USER", [username, "0", "*", realname]))
|
||||
|
||||
|
|
Loading…
Reference in a new issue