update ircstates to 0.8.2

This commit is contained in:
jesopo 2020-04-05 12:47:19 +01:00
parent 404154e6a2
commit afe9ec359d
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -1,3 +1,3 @@
ircstates ==0.8.1
ircstates ==0.8.2
asyncio-throttle ==1.0.1
dataclasses ==0.6