[go: up one dir, main page]

Skip to content

Internet Relay Chat Server in C++. ChatGPT API included (ChatGPT Bot)

Notifications You must be signed in to change notification settings

jblackiex/42_IRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_IRC

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.

How to run the server

make

./irc_server <port> <password>

How to connect with a client 🔗

nc localhost <port>

OR

sudo apt install konversation

konversation

ChatGPT Bot with Konversation IRC Client 🤖💬

gptbot

About

Internet Relay Chat Server in C++. ChatGPT API included (ChatGPT Bot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published