f00f.net.irc.martyr.commands
Class ActionCtcp

java.lang.Object
  |
  +--f00f.net.irc.martyr.commands.GenericInCommand
        |
        +--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, InCommand, OutCommand

public class ActionCtcp
extends CtcpMessage

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


Fields inherited from class f00f.net.irc.martyr.commands.GenericInCommand
attributes
 
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
render
 
Methods inherited from class f00f.net.irc.martyr.commands.GenericInCommand
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,2001,2002,2003 f00f networks.