STARTTLS was removed long ago

This commit is contained in:
jesopo 2019-02-05 22:26:41 +00:00
parent 5991e02b0a
commit cbbe6f1569

View file

@ -375,8 +375,6 @@ class Server(IRCObject.Object):
self.send("CAP END")
def send_authenticate(self, text: str):
self.send("AUTHENTICATE %s" % text)
def send_starttls(self):
self.send("STARTTLS")
def waiting_for_capabilities(self) -> bool:
return bool(len(self._capabilities_waiting))