Some IRC server functionality (namely PING, NAME and QUIT commands) implemented in Python as an exercise in networking/sockets and OOP design. Chirc project was used as main source of IRC specs.
It served as a toy platform for several pair-programming sessions during my half-batch at RC. Unfortunately, the changes were not version controlled and what you see here is the last (but not necessarily the best) version of the OOP structure.