f00f.net.irc.martyr.commands
Class ActionCtcp

java.lang.Object
  |
  +--f00f.net.irc.martyr.commands.GenericCommand
        |
        +--f00f.net.irc.martyr.commands.MessageCommand
              |
              +--f00f.net.irc.martyr.commands.CtcpMessage
                    |
                    +--f00f.net.irc.martyr.commands.ActionCtcp
All Implemented Interfaces:
Command

public class ActionCtcp
extends CtcpMessage

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


Constructor Summary
ActionCtcp(java.lang.String dest, java.lang.String message)
           
 
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.GenericCommand
getIntParameter, getParameter, getSourceString, getState, render, selfRegister, 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,2001, f00f networks. All Rights Reserved.