This is basic IRC Server implementation based on Twisted python library.
Procedure to Setup Server:
- Install Python (Duh)
- Install pip
- Install twisted (pip install twisted)
- Install Service Indetity (pip install service_identity)
To run the server: python ircd.py
Currently hosted at 35.167.104.132 on port 9399. Use telnet to have fun: $telnet 35.167.104.132 9399