STARTTLS was removed long ago
This commit is contained in:
parent
5991e02b0a
commit
cbbe6f1569
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue