Internet Relay Chat Server in C++. ChatGPT API included (ChatGPT Bot)
-> Internet Relay Chat (IRC) is a form of real-time text messaging communication that was one of the earliest forms of online chat. It was created by Jarkko Oikarinen in August 1989 while he was working at the University of Oulu in Finland. IRC has played a significant role in the early development of the internet. Channels and private messages are supported.
Implemented some basic commands like: PASS, NICK, USER, JOIN, TOPIC, PRIVMSG, INVITE, KICK, MODE (i, t, k, o), QUIT, PART + CHATGPT
READ about RFC1459 for more information about the IRC protocol.
make
./irc_server <port> <password>
nc localhost <port>
OR
sudo apt install konversation
konversation