One of the examples (irctest.c) is missing default value for the port and throws warnings when compiling.
port
Adding a default value for the port resolves the issue.
The attached patch added the default of 6667
6667
Log in to post a comment.