Channel world: disabling join/leave announces
This commit is contained in:
parent
0974681da2
commit
b9184b364a
@ -54,6 +54,7 @@ Channel::Channel(const std::string& name)
|
||||
else // it's custom channel
|
||||
{
|
||||
m_flags |= CHANNEL_FLAG_CUSTOM;
|
||||
m_announce = (name.compare("world") != 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user