Skip to content

technodivergent/cIRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cIRC

A simplistic implementation of IRC in C.

Build:

Run make to build

Run:

Run ./server <port> [-v]

Option Description
<port> Typical IRC port is 6667
-v Verbose mode enables socket connection debugging info

Usage:

To use cIRC, open another terminal and connect via telnet localhost <port>

Commands:

The following commands are available:

Command Description
HELO A test command to verify connection to the server
LIST A list of currently connected users
NICK Display your current nickname
NICK <nick> Change your nickname to
MESG <msg> Send to all connected hosts
QUIT Disconnect from cIRC

About

A simplistic implementation of IRC in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published