Numeric
doesn't exist anymore
This commit is contained in:
parent
1f63270dda
commit
d15e9ee361
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ class Server(IServer):
|
||||||
|
|
||||||
while folded_names:
|
while folded_names:
|
||||||
line = await self.wait_for(
|
line = await self.wait_for(
|
||||||
Numeric(RPL_CHANNELMODEIS, [ParamAny(), ParamAny()]))
|
Response(RPL_CHANNELMODEIS, [ParamAny(), ParamAny()])
|
||||||
|
)
|
||||||
|
|
||||||
folded = self.casefold(line.params[1])
|
folded = self.casefold(line.params[1])
|
||||||
if folded in folded_names:
|
if folded in folded_names:
|
||||||
|
|
Loading…
Reference in a new issue