Added MODE and invite only functionality

This commit is contained in:
iherman-
2026-05-23 18:39:18 +02:00
parent 982ca33116
commit dd4de38e5f
9 changed files with 124 additions and 36 deletions

View File

@@ -55,7 +55,7 @@ User::~User()
}
void User::send(const std::string &msg)
void User::send(const std::string &msg) const
{
::send(fd, msg.c_str(), msg.size(), 0);
}