AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Channel.h"
Public Member Functions | |
ChannelRights ()=default | |
ChannelRights (const uint32 &f, const uint32 &d, std::string jm, std::string sm, std::set< uint32 > ml) | |
Public Attributes | |
uint32 | flags {0} |
uint32 | speakDelay {0} |
std::string | joinMessage |
std::string | speakMessage |
std::set< uint32 > | moderators |
|
default |
|
inline |
uint32 ChannelRights::flags {0} |
std::string ChannelRights::joinMessage |
Referenced by Channel::JoinChannel().
std::set<uint32> ChannelRights::moderators |
Referenced by Channel::JoinChannel(), Channel::KickOrBan(), Channel::SetMode(), Channel::SetOwner(), and Channel::UnBan().
uint32 ChannelRights::speakDelay {0} |
std::string ChannelRights::speakMessage |