Skip to content

cheng3100/lirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIRC

GNU Make

Light IRC room application writed by C. Include a server and client.

Build

Run GNU make in the repository

make

Usage

Firstly start a irc server.

./server <server-port>

Then connect a irc client to the server.

./client <server-ip> <server-port>

Features

  • Accept multiple client (max 100)
  • Send private messages
  • support chat command.

Chat commands

Command Parameter
/quit Leave the chatroom
/rname [chatname] Set the chatroom name
/uname [nickname] Change user name
/msg [uid] Enter private mode
/com Enter common mode
/list Show active clients
/help Show this help

About

a lightweight irc room based on POSIX C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published