You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IRC server is software that uses the TCP protocol to receive and send data for the established connection. The Project uses the tokio module/lib to initiate this connection. In the main.rs file…