i99dev / ft_irc

implementation of the IRC network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connecting a real IRC client to our server

Saxsori opened this issue · comments

commented

I have connected our server to irssi client. I tried to send the first message (the welcome message) to establish the connection and to be able to receive the commands from the client. I think now we need to move to the next step which is parsing these messages and execute: (the commands and the chatting processes).

The welcome message was:
:ft_irc 001 sasori :Welcome to the Internet Relay Network sasori!sasori@127.0.0.1\r\n

Screen.Recording.2022-11-20.at.7.49.01.AM.mov