Numeric doesn't exist anymore

This commit is contained in:
jesopo 2020-04-19 01:32:55 +01:00
parent 1f63270dda
commit d15e9ee361

View file

@ -251,7 +251,8 @@ class Server(IServer):
while folded_names:
line = await self.wait_for(
Numeric(RPL_CHANNELMODEIS, [ParamAny(), ParamAny()]))
Response(RPL_CHANNELMODEIS, [ParamAny(), ParamAny()])
)
folded = self.casefold(line.params[1])
if folded in folded_names: