Plugins can modify message in the OnChat() hook handler.
FS #376 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1622 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -413,7 +413,7 @@ bool cServer::Start(void)
|
||||
|
||||
|
||||
|
||||
bool cServer::Command(cClientHandle & a_Client, const AString & a_Cmd)
|
||||
bool cServer::Command(cClientHandle & a_Client, AString & a_Cmd)
|
||||
{
|
||||
return cRoot::Get()->GetPluginManager()->CallHookChat(a_Client.GetPlayer(), a_Cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user