update ircstates, now only one (maybe Optional) Emit

This commit is contained in:
jesopo 2020-04-22 18:05:23 +01:00
parent 739b039d50
commit d51fcf0987
3 changed files with 9 additions and 9 deletions

View file

@ -98,7 +98,7 @@ class IServer(Server):
async def sts_policy(self, sts: STSPolicy):
pass
async def next_line(self) -> Optional[Tuple[Line, List[Emit]]]:
async def next_line(self) -> Optional[Tuple[Line, Optional[Emit]]]:
pass
def cap_agreed(self, capability: ICapability) -> bool: