Added MODE and invite only functionality
This commit is contained in:
@@ -38,7 +38,7 @@ class User
|
||||
User& operator=(const User &other);
|
||||
~User();
|
||||
|
||||
void send(const std::string &msg);
|
||||
void send(const std::string &msg) const;
|
||||
|
||||
// Channels
|
||||
void joinChannel(const std::string &channel);
|
||||
|
||||
Reference in New Issue
Block a user