rpg.util
Class EmoteProcessor

java.lang.Object
  extended by rpg.util.EmoteProcessor
All Implemented Interfaces:
ChatCommandProcessor

public class EmoteProcessor
extends java.lang.Object
implements ChatCommandProcessor


Constructor Summary
EmoteProcessor()
           
 
Method Summary
 boolean handleChatCommand(Identity id, ChatMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmoteProcessor

public EmoteProcessor()
Method Detail

handleChatCommand

public boolean handleChatCommand(Identity id,
                                 ChatMessage msg)
Specified by:
handleChatCommand in interface ChatCommandProcessor