Skip to content

Latest commit

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

cIRC

A simplistic implementation of IRC in C.

Build:

Run make to build

Run:

Run ./server <port> [-v]

OptionDescription
<port>Typical IRC port is 6667
-vVerbose 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:

CommandDescription
HELOA test command to verify connection to the server
LISTA list of currently connected users
NICKDisplay your current nickname
NICK <nick>Change your nickname to
MESG <msg>Send to all connected hosts
QUITDisconnect from cIRC

About

A simplistic implementation of IRC in C.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages