ccorp-irc 1.0 review
Downloadccorp-irc is an ncurses-based IRC client
|
|
ccorp-irc is an ncurses-based IRC client. You can currently connect to a server, parse server messages, and participate in chats.
This project was tossed, heres a brief explanation on how to use this IRC client: To switch between chat mode and command mode, hit `, you will see the %mode change In command mode, use type 'ls' to display vars, and to set a var, use %varname value.
The file ccorp.strs gets loaded at the start, it has default variables in it.To connect to the server defined in %server (ip:port format), just type connect. To join a channel do /join in message mode, enjoy.
Requirements:
ncurses
Python
TERMIOS python module
ccorp-irc 1.0 search tags