A simple, lightweight IRC Client written in Python.
- Python 2.7.12
- (Optional) Eclipse IDE with PyDev
- Debian 8 Jessie
- Windows 10
- Windows 10 CygWin Terminal
- Download and install Python 2.7.12 for your OS
- Clone pyIrc
- Done!
python pyirc
-h, --help
Prints available arguments-server <address>
Specifies a host address-port <number>
Specifies a host port-nick <nickname>
Specifies a Nickname-username <username>
Specifies a Username-ident <ident>
Specifies an IDENT-realname <realname>
Specifies a Real Name-r
Print server responses without formatting (Raw Lines Mode)
pyIrc is licensed under the MIT License.