Saphirac / ft_irc

MIT License
1 stars 1 forks source link

Change formatted_reply() to automatically call append_to_msg_out() #22

Closed Saphirac closed 3 months ago

Saphirac commented 3 months ago

Change the Client method formatted_reply() to append_formatted_reply_to_msg_out() Does the same thing as formatted_reply() but instead of returning a std::string, return nothing and automatically call append_to_msg_out()