update ircstates to 0.8.2
This commit is contained in:
parent
404154e6a2
commit
afe9ec359d
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ class SASLContext(ServerContext):
|
|||
f"(we want: {mechanisms} "
|
||||
f"server has: {server_mechs})")
|
||||
|
||||
if not self.server.available_caps["sasl"] is None:
|
||||
if self.server.available_caps["sasl"]:
|
||||
# CAP v3.2 tells us what mechs it supports
|
||||
available = self.server.available_caps["sasl"].split(",")
|
||||
match = _common(available)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
ircstates ==0.8.1
|
||||
ircstates ==0.8.2
|
||||
asyncio-throttle ==1.0.1
|
||||
dataclasses ==0.6
|
||||
|
|
Loading…
Reference in a new issue