net.jetrix.protocols
Interface IRCCommand


public interface IRCCommand

IRC commands.

Since:
0.2
Version:
$Revision: 545 $, $Date: 2005-01-05 18:16:04 +0100 (mer., 05 janv. 2005) $
Author:
Emmanuel Bourg

Field Summary
static String ADMIN
          Admin command
static String CONNECT
          Connect message
static String ERROR
          Error
static String INFO
          Info command
static String INVITE
          Invite message
static String JOIN
          Join message
static String KICK
          Kick command
static String KILL
          Kill message
static String LINKS
          Links message
static String LIST
          List message
static String MODE
          Mode message
static String NAMES
          Names message
static String NICK
          Nick message
static String NOTICE
          Notice message
static String OPER
          Opererator message
static String PART
          Part message
static String PASS
          Password message
static String PING
          Ping message
static String PONG
          Pong message
static String PRIVMSG
          Private message
static String QUIT
          Quit message
static String SERVER
          Server message
static String SQUIT
          Server quit message
static String STATS
          Stats message
static String TIME
          Time message
static String TOPIC
          Topic message
static String TRACE
          Trace message
static String USER
          User message
static String VERSION
          Version message
static String WHO
          Who query
static String WHOIS
          Whois query
static String WHOWAS
          Whowas
 

Field Detail

PASS

static final String PASS
Password message

See Also:
Constant Field Values

NICK

static final String NICK
Nick message

See Also:
Constant Field Values

USER

static final String USER
User message

See Also:
Constant Field Values

SERVER

static final String SERVER
Server message

See Also:
Constant Field Values

OPER

static final String OPER
Opererator message

See Also:
Constant Field Values

QUIT

static final String QUIT
Quit message

See Also:
Constant Field Values

SQUIT

static final String SQUIT
Server quit message

See Also:
Constant Field Values

JOIN

static final String JOIN
Join message

See Also:
Constant Field Values

PART

static final String PART
Part message

See Also:
Constant Field Values

MODE

static final String MODE
Mode message

See Also:
Constant Field Values

TOPIC

static final String TOPIC
Topic message

See Also:
Constant Field Values

NAMES

static final String NAMES
Names message

See Also:
Constant Field Values

LIST

static final String LIST
List message

See Also:
Constant Field Values

INVITE

static final String INVITE
Invite message

See Also:
Constant Field Values

KICK

static final String KICK
Kick command

See Also:
Constant Field Values

VERSION

static final String VERSION
Version message

See Also:
Constant Field Values

STATS

static final String STATS
Stats message

See Also:
Constant Field Values

LINKS

static final String LINKS
Links message

See Also:
Constant Field Values

TIME

static final String TIME
Time message

See Also:
Constant Field Values

CONNECT

static final String CONNECT
Connect message

See Also:
Constant Field Values

TRACE

static final String TRACE
Trace message

See Also:
Constant Field Values

ADMIN

static final String ADMIN
Admin command

See Also:
Constant Field Values

INFO

static final String INFO
Info command

See Also:
Constant Field Values

PRIVMSG

static final String PRIVMSG
Private message

See Also:
Constant Field Values

NOTICE

static final String NOTICE
Notice message

See Also:
Constant Field Values

WHO

static final String WHO
Who query

See Also:
Constant Field Values

WHOIS

static final String WHOIS
Whois query

See Also:
Constant Field Values

WHOWAS

static final String WHOWAS
Whowas

See Also:
Constant Field Values

KILL

static final String KILL
Kill message

See Also:
Constant Field Values

PING

static final String PING
Ping message

See Also:
Constant Field Values

PONG

static final String PONG
Pong message

See Also:
Constant Field Values

ERROR

static final String ERROR
Error

See Also:
Constant Field Values


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.