Skip to content

tanpx12/IRC-Chat-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

IRC-Chat-client

Final project for IT4062E - Network Programming

This project is built for the Linux environment

Compile : g++ client.cpp -o ircclient -lpthread

Connect to IRC Server: ./ircclient host port

Example : ./ircclient fiery.swiftirc.net 8080

Command:

  • /join #channel : connect to a channel
  • /msg #channel : send a msg to a channel
  • /msg nickname : send a to a user
  • /part #channel : leave channel
  • /nick : change nickname to newNick
  • /ping and /pong : test presence of a connection.

Releases

No releases published

Packages

No packages published

Languages