Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 321 Bytes

README.rst

File metadata and controls

11 lines (9 loc) · 321 Bytes

IRC Client

The IRC client library is a class and CLI program for creating or running IRC clients.

The library contains one main class Client and a cli program cli.py for creating IRC clients.

Modules

  • Client: An IRC client.
  • cli.py: A CLI program for running IRC clients.