This commit is contained in:
iherman-
2026-05-23 21:50:54 +02:00
parent bed4006e90
commit 065f6ca10e
3 changed files with 9 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ class Channel
// modes
void setMode(std::string& mode, std::string& args);
void inviteMember(const User& client); // not implemented
void inviteMember(const User& client);
bool isInviteOnly() const;
bool isInvited(int fd) const;