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") |
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 |
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")
IdentD
public IdentD(IRCController _controller)
setRunning
public void setRunning(boolean b)
getUser
public static java.lang.String getUser()
- gets the user IdentD will identify you as