Difference between revisions of "CCC"

From ASSS Wiki
Jump to: navigation, search
m (Seperating clients)
 
(add info about ccc features)
Line 1: Line 1:
By Grelminar Written in Python, is available in the ASSS distro.  
+
CCC is a chat client using the [[ChatNet Protocol|TCP chat protocol]]. It's written by Grelminar, and it's written in Python. You can get it in the ASSS distribution, or from http://sscx.net/asss/ccc.
 +
 
 +
Features:
 +
 
 +
* runs in a console windows, so it's easy to use over ssh
 +
* auto-reconnecting after disconnection
 +
* complete logging of everything to a file
 +
* double-colon support
 +
* separate windows for different chat channels, mod chat, and private messages
  
 
[[Category: ChatNet Clients]]
 
[[Category: ChatNet Clients]]

Revision as of 02:51, 13 January 2005

CCC is a chat client using the TCP chat protocol. It's written by Grelminar, and it's written in Python. You can get it in the ASSS distribution, or from http://sscx.net/asss/ccc.

Features:

  • runs in a console windows, so it's easy to use over ssh
  • auto-reconnecting after disconnection
  • complete logging of everything to a file
  • double-colon support
  • separate windows for different chat channels, mod chat, and private messages