Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 739 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 739 Bytes

girc

A minimal chat client in Python/Twisted. Supported commands are join /j #channel and part /p.

To configure the client, first run it in terminal:

$ girc configure
Server (hostname:port): myserver.org:6697
Nickname: mynick
Password: 
This will replace all entries associated with this application. Proceed [y/N]: 

After configuration, you can run the client as a normal GUI application.

Screenshots

Using macOS-Arc. girc

Using OSX-Arc-Shadow. girc dark

CPU/MEM Usage

This is running one server with four channels usage

Planned

  • Add some more stuff to list of planned things,