wyvern.lib.commands
Class TellCommand.Tell
java.lang.Object
wyvern.lib.commands.TellCommand.Tell
- Enclosing class:
- TellCommand
- public static class TellCommand.Tell
- extends java.lang.Object
Encapsulates a tell, for the "tells" command.
Constructor Summary |
TellCommand.Tell(java.lang.String teller,
java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TellCommand.Tell
public TellCommand.Tell(java.lang.String teller,
java.lang.String message)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String msg)
getTeller
public java.lang.String getTeller()
setTeller
public void setTeller(java.lang.String teller)
incrementCount
public void incrementCount()
- Spam filter: increases the count of times this teller
last told you something.