f00f.net.irc.martyr.commands
Class ActionCtcp

java.lang.Object
  extended by f00f.net.irc.martyr.commands.AbstractInCommand
      extended by f00f.net.irc.martyr.commands.AbstractCommand
          extended by f00f.net.irc.martyr.commands.MessageCommand
              extended by f00f.net.irc.martyr.commands.CtcpMessage
                  extended by f00f.net.irc.martyr.commands.ActionCtcp
All Implemented Interfaces:
Command, InCommand, OutCommand

public class ActionCtcp
extends CtcpMessage

ActionCtcp allows the application to do a '/me'.


Field Summary
 
Fields inherited from class f00f.net.irc.martyr.commands.AbstractInCommand
attributes
 
Constructor Summary
ActionCtcp(java.lang.String dest, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class f00f.net.irc.martyr.commands.CtcpMessage
getAction, getActionStr, getMessageStr, isCtcpString, stripCtcpWrapper
 
Methods inherited from class f00f.net.irc.martyr.commands.MessageCommand
getDest, getIrcIdentifier, getMessage, getSource, isPrivateToUs, parse, renderParams
 
Methods inherited from class f00f.net.irc.martyr.commands.AbstractCommand
render
 
Methods inherited from class f00f.net.irc.martyr.commands.AbstractInCommand
getAttribute, getAttributeKeys, getIntParameter, getParameter, getSourceString, getState, selfRegister, setAttribute, setSourceString, updateClientState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCtcp

public ActionCtcp(java.lang.String dest,
                  java.lang.String message)


Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.