CCC: Difference between revisions

From ASSS Wiki
Jump to navigationJump to search
m Seperating clients
 
m removed old link, added note about scripts directory, fixed likely typo
 
(9 intermediate revisions by 6 users not shown)
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 in Python by [[User:grelminar|grelminar]]. It is available in the [[ASSS]] distribution (within the scripts directory).
 
Features:
 
* runs in a console window, 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
* multiple profile support
* auto-enter commands


[[Category: ChatNet Clients]]
[[Category: ChatNet Clients]]

Latest revision as of 22:11, 30 June 2007

CCC is a chat client using the TCP chat protocol. It's written in Python by grelminar. It is available in the ASSS distribution (within the scripts directory).

Features:

  • runs in a console window, 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
  • multiple profile support
  • auto-enter commands