Difference between revisions of "CCC"
From ASSS Wiki
(add info about ccc features) |
m (removed old link, added note about scripts directory, fixed likely typo) |
||
(8 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | CCC is a chat client using the [[ChatNet Protocol|TCP chat protocol]]. It | + | 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: | Features: | ||
− | * runs in a console | + | * runs in a console window, so it's easy to use over ssh |
* auto-reconnecting after disconnection | * auto-reconnecting after disconnection | ||
* complete logging of everything to a file | * complete logging of everything to a file | ||
* double-colon support | * double-colon support | ||
* separate windows for different chat channels, mod chat, and private messages | * 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 17: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