com.objexcel.irc
Class IdentD

java.lang.Object
  |
  +--com.objexcel.irc.IdentD

public final class IdentD
extends java.lang.Object

IdentD is an IdentD daemon


Field Summary
static java.lang.String PROP_IDENTD_NAME
          set this system property for the name you want to identify your self as (otherwise we use "user.name")
 
Constructor Summary
IdentD(IRCController _controller)
           
 
Method Summary
static java.lang.String getUser()
          gets the user IdentD will identify you as
 void setRunning(boolean b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_IDENTD_NAME

public static java.lang.String PROP_IDENTD_NAME
set this system property for the name you want to identify your self as (otherwise we use "user.name")
Constructor Detail

IdentD

public IdentD(IRCController _controller)
Method Detail

setRunning

public void setRunning(boolean b)

getUser

public static java.lang.String getUser()
gets the user IdentD will identify you as