22 #ifndef NET_TMWA_GUILDMANAGER_H
23 #define NET_TMWA_GUILDMANAGER_H
46 void chat(
const std::string &
msg);
48 static void send(
const std::string &
msg);
59 static void kick(
const std::string &
msg);
61 static void invite(
const std::string &
msg);
65 static void notice(
const std::string &
msg);
bool process(std::string msg)
static bool mEnableGuildBot
static void inviteResponse(const bool response)
void createTab(Guild *const guild)
static void notice(const std::string &msg)
void chat(const std::string &msg)
static bool getEnableGuildBot()
static void send(const std::string &msg)
bool processGuildMessage(const std::string &msg)
static void kick(const std::string &msg)
static void invite(const std::string &msg)
static void getNames(StringVect &names)
static Guild * createGuild()
GuildManager * guildManager
#define A_DELETE_COPY(func)
bool msg(InputEvent &event)
std::vector< std::string > StringVect