update ircstates to v0.9.4

This commit is contained in:
jesopo 2020-04-21 20:45:02 +01:00
parent 43ea927cdb
commit f18a61a931
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class Server(BaseServer):
channel = self.channels[self.casefold(line.params[0])]
user = self.users[self.casefold(line.hostmask.nickname)]
cuser = self.channel_users[channel][user]
cuser = channel.users[user.nickname_lower]
text = line.params[1].replace(TRIGGER, "", 1)
db_context = f"{self.name}:{channel.name}"

View File

@ -1,5 +1,5 @@
anyio ==1.3.0
asyncio-throttle ==1.0.1
dataclasses ==0.6
ircstates ==0.9.3
ircstates ==0.9.4
async_stagger ==0.3.0