Added MODE and invite only functionality
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user