This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections.
This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections.
To install py27-irclib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-irclib
To see what files were installed by py27-irclib, run:
port contents py27-irclib
To later upgrade py27-irclib, run:
sudo port selfupdate && sudo port upgrade py27-irclib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.