the last mode done -l and +l the limite channel holding users
This commit is contained in:
12
channel.cpp
12
channel.cpp
@@ -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;
|
||||
|
Reference in New Issue
Block a user