62 else if (type ==
"leave")
64 else if (type ==
"kick")
66 else if (type ==
"notice")
91 names.push_back(
"/help");
92 names.push_back(
"/invite ");
93 names.push_back(
"/leave");
94 names.push_back(
"/kick ");
95 names.push_back(
"/notice ");
105 if (value ==
"showGuildOnline")
#define setTabColors(name)
static std::string doReplace(const std::string &msg)
bool getBoolValue(const std::string &key) const
void addListener(const std::string &key, ConfigListener *const listener)
void removeListeners(ConfigListener *const listener)
void optionChanged(const std::string &value)
void getAutoCompleteList(StringVect &names) const
void getAutoCompleteCommands(StringVect &names) const
void playNewMessageSound() const
bool handleCommand(const std::string &type, const std::string &args)
EmulateGuildTab(const Widget2 *const widget)
void handleInput(const std::string &msg)
static void notice(const std::string &msg)
void chat(const std::string &msg)
static void kick(const std::string &msg)
static void invite(const std::string &msg)
static void getNames(StringVect &names)
void playGuiSound(const std::string &name)
GuildManager * guildManager
bool msg(InputEvent &event)
static const std::string SOUND_GUILD
SoundManager soundManager
std::vector< std::string > StringVect