Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update hexchat.py
The program would sometimes not connect properly. This was fixed by setting the socket to blocking, using the connect() function, then setting the socket to nonblocking. There may be cleaner ways of handling connections inside threads, and this section of the code may be tweaked further.
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters