the last mode done -l and +l the limite channel holding users

This commit is contained in:
mochaoui
2024-04-22 10:57:42 -05:00
parent 099af1ff3f
commit e266a65a0a
4 changed files with 173 additions and 11 deletions

View File

@@ -13,11 +13,21 @@ void Channel::setoperator(int value)
opperatorfd = value;
}
bool Channel::getoperator()
int Channel::getoperator()
{
return opperatorfd;
}
void Channel::setlimitchannel(int value)
{
limite = value;
}
int Channel::getlimitechannel()
{
return limite;
}
void Channel::setbooltopic(bool value)
{
issettop = value;