Skip to content

Commit

Permalink
make branch <parsing>
Browse files Browse the repository at this point in the history
  • Loading branch information
bentraxgel committed Mar 23, 2024
1 parent 036e432 commit ad065fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/Server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class Channel;

struct Message
{
// prefix command args [<options>] 를 가지고 있는 구조체
// + + std::vector()
std::string mReceivingChannelName;
std::string mMessage;
std::string mSender;
Expand Down

0 comments on commit ad065fb

Please sign in to comment.