combine params.tls and .tls_verify, support pinned certs

This commit is contained in:
jesopo 2022-01-23 16:52:27 +00:00
parent 0a5c774965
commit 5b347f95c9
9 changed files with 85 additions and 34 deletions

View file

@ -23,7 +23,6 @@ async def main():
"MyNickname",
host = "chat.freenode.invalid",
port = 6697,
tls = True,
sasl = sasl_params)
await bot.add_server("freenode", params)