rero.ircfw
public class User extends Object implements Comparable, FrameworkConstants
| Field Summary | |
|---|---|
| protected String | address |
| protected HashMap | channels |
| protected long | idle |
| protected String | nickname |
| Constructor Summary | |
|---|---|
| User(String nick) | |
| Method Summary | |
|---|---|
| int | compareTo(Object b) |
| String | getAddress() |
| HashMap | getChannelData() returned HashMap -> key= |
| Set | getChannels() |
| String | getFullAddress() |
| int | getIdleTime() returns user idle time in seconds |
| int | getModeFor(Channel ch) |
| String | getNick() |
| boolean | isIdle() |
| void | setAddress(String a) |
| void | setModeFor(Channel ch, int modes) |
| void | setNick(String n) |
| String | toString() |
| void | touch() |