diff --git a/src/game/WorldHandlers/Channel.cpp b/src/game/WorldHandlers/Channel.cpp index fe88f0bf..34ed183f 100644 --- a/src/game/WorldHandlers/Channel.cpp +++ b/src/game/WorldHandlers/Channel.cpp @@ -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); } }