Skip to content
/ MyIrc Public

IRC client and server compliant with RFC 1459. It is a 2nd year project at Epitech.

License

Notifications You must be signed in to change notification settings

adocquin/MyIrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyIrc

Introduction

IRC client and server compliant with RFC 1459.
It is a 2nd year project at Epitech.

Build

The client and the server can be built with the command make re, it become client and server.

Usage

Server

./server port Launch the server and listen at the selected port.

Client

./client Launch the client.

Client commands

  • /help Show the usage help.
  • /nick nickname Set your nickname.
  • /server ip:port Connect to the server at the selected IP and port.
  • /list List the channels of the server.
  • /join #channel Join the specified channel.
  • /part #channel Leave the specified channel.
  • /msg nickname message Send a private message to the specified user.

Demonstration

demonstration

About

IRC client and server compliant with RFC 1459. It is a 2nd year project at Epitech.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published