update ircstates to v0.9.4
This commit is contained in:
parent
43ea927cdb
commit
f18a61a931
2 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue