TrinityCore
Loading...
Searching...
No Matches
ban_commandscript Class Reference
+ Inheritance diagram for ban_commandscript:

Public Member Functions

 ban_commandscript ()
 
ChatCommandTable GetCommands () const override
 
- Public Member Functions inherited from ScriptObject
std::string const & GetName () const
 

Static Public Member Functions

static bool HandleBanAccountCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanCharacterCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanAccountByCharCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanIPCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanHelper (BanMode mode, char const *args, ChatHandler *handler)
 
static bool HandleBanInfoAccountCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanInfoHelper (uint32 accountId, char const *accountName, ChatHandler *handler)
 
static bool HandleBanInfoCharacterCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanInfoIPCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanListAccountCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanListHelper (PreparedQueryResult result, ChatHandler *handler)
 
static bool HandleBanListCharacterCommand (ChatHandler *handler, char const *args)
 
static bool HandleBanListIPCommand (ChatHandler *handler, char const *args)
 
static bool HandleUnBanAccountCommand (ChatHandler *handler, char const *args)
 
static bool HandleUnBanCharacterCommand (ChatHandler *handler, char const *args)
 
static bool HandleUnBanAccountByCharCommand (ChatHandler *handler, char const *args)
 
static bool HandleUnBanIPCommand (ChatHandler *handler, char const *args)
 
static bool HandleUnBanHelper (BanMode mode, char const *args, ChatHandler *handler)
 

Additional Inherited Members

- Protected Member Functions inherited from CommandScript
 CommandScript (char const *name)
 
- Protected Member Functions inherited from ScriptObject
 ScriptObject (char const *name)
 
virtual ~ScriptObject ()
 

Detailed Description

Definition at line 44 of file cs_ban.cpp.

Constructor & Destructor Documentation

◆ ban_commandscript()

ban_commandscript::ban_commandscript ( )
inline

Definition at line 47 of file cs_ban.cpp.

Member Function Documentation

◆ GetCommands()

ChatCommandTable ban_commandscript::GetCommands ( ) const
inlineoverridevirtual

Implements CommandScript.

Definition at line 49 of file cs_ban.cpp.

+ Here is the call graph for this function:

◆ HandleBanAccountByCharCommand()

static bool ban_commandscript::HandleBanAccountByCharCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 153 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanAccountCommand()

static bool ban_commandscript::HandleBanAccountCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 87 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanCharacterCommand()

static bool ban_commandscript::HandleBanCharacterCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 92 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanHelper()

static bool ban_commandscript::HandleBanHelper ( BanMode  mode,
char const *  args,
ChatHandler handler 
)
inlinestatic

Definition at line 163 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanInfoAccountCommand()

static bool ban_commandscript::HandleBanInfoAccountCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 251 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanInfoCharacterCommand()

static bool ban_commandscript::HandleBanInfoCharacterCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 306 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanInfoHelper()

static bool ban_commandscript::HandleBanInfoHelper ( uint32  accountId,
char const *  accountName,
ChatHandler handler 
)
inlinestatic

Definition at line 278 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanInfoIPCommand()

static bool ban_commandscript::HandleBanInfoIPCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 364 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanIPCommand()

static bool ban_commandscript::HandleBanIPCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 158 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanListAccountCommand()

static bool ban_commandscript::HandleBanListAccountCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 395 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanListCharacterCommand()

static bool ban_commandscript::HandleBanListCharacterCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 509 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanListHelper()

static bool ban_commandscript::HandleBanListHelper ( PreparedQueryResult  result,
ChatHandler handler 
)
inlinestatic

Definition at line 428 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleBanListIPCommand()

static bool ban_commandscript::HandleBanListIPCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 597 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleUnBanAccountByCharCommand()

static bool ban_commandscript::HandleUnBanAccountByCharCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 709 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleUnBanAccountCommand()

static bool ban_commandscript::HandleUnBanAccountCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 675 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleUnBanCharacterCommand()

static bool ban_commandscript::HandleUnBanCharacterCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 680 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleUnBanHelper()

static bool ban_commandscript::HandleUnBanHelper ( BanMode  mode,
char const *  args,
ChatHandler handler 
)
inlinestatic

Definition at line 719 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleUnBanIPCommand()

static bool ban_commandscript::HandleUnBanIPCommand ( ChatHandler handler,
char const *  args 
)
inlinestatic

Definition at line 714 of file cs_ban.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: