| Constructor and Description |
|---|
DefaultIRCUser(String nick,
String username,
String host)
Creates a new
IRCUser. |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getNick() |
String |
getUsername() |
String |
toString() |
public String getNick()
getNick in interface IRCUsernull if no nick is givenIRCUser.getNick()public String getUsername()
getUsername in interface IRCUsernull if it's not given.IRCUser.getUsername()public String getHost()
getHost in interface IRCUsernull if it's not given.IRCUser.getHost()Copyright © 2006–2015. All rights reserved.