rero.ircfw.interfaces

Interface FrameworkConstants

public interface FrameworkConstants

Field Summary
static String$ADDRESS$
static String$DATA$
parameters from the event
static String$EVENT$
the type of event
static String$HOST$
static String$NICK$
static String$NUMERIC$
static String$PARMS$
static String$RAW$
static String$SERVER$
static String$SOURCE$
information regarding the source of the event
static String$TARGET$
the target of the event, who is the event "to"
static String$TYPE$
type of CTCP request (for CTCP's ONLY)
static String$USER$

Field Detail

$ADDRESS$

public static String $ADDRESS$

$DATA$

public static String $DATA$
parameters from the event

$EVENT$

public static String $EVENT$
the type of event

$HOST$

public static String $HOST$

$NICK$

public static String $NICK$

$NUMERIC$

public static String $NUMERIC$

$PARMS$

public static String $PARMS$

$RAW$

public static String $RAW$

$SERVER$

public static String $SERVER$

$SOURCE$

public static String $SOURCE$
information regarding the source of the event

$TARGET$

public static String $TARGET$
the target of the event, who is the event "to"

$TYPE$

public static String $TYPE$
type of CTCP request (for CTCP's ONLY)

$USER$

public static String $USER$