diff --git a/ircrobots/interface.py b/ircrobots/interface.py index 7bf4e43..00dff46 100644 --- a/ircrobots/interface.py +++ b/ircrobots/interface.py @@ -63,6 +63,7 @@ class IMatchResponseParam(object): pass class IServer(Server): + bot: IBot disconnected: bool params: ConnectionParams desired_caps: Set[ICapability]