rpg.util
Interface ChatCommandProcessor

All Known Implementing Classes:
EmoteProcessor

public interface ChatCommandProcessor


Method Summary
 boolean handleChatCommand(Identity id, ChatMessage msg)
           
 

Method Detail

handleChatCommand

boolean handleChatCommand(Identity id,
                          ChatMessage msg)