Trying to code a bot for a project, having trouble connecting to the irc server over ssl or port 6697. However, I can connect fine over port 6667?
Here is the rough code, I think its based on some outdated methods. I’m still trying to do more research and figure it all out.
https://drive.google.com/drive/folders/1wVflvz7M7OC3QDsPtabVYwNDN0A5KMCp?usp=sharing
I appreciate any help!
Edit:
Should have mentioned this is in python and errors only when using port 6697 here,
readbuffer = str(s.recv(1024))
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
causing me to believe it could be an error in the way its written