rero.ircfw
public class Channel extends Object implements FrameworkConstants, Comparator
| Field Summary | |
|---|---|
| protected SortedSet | allusers |
| protected String | key |
| protected int | limit |
| protected GenericMode | mode |
| protected String | name |
| protected String | topic |
| Constructor Summary | |
|---|---|
| Channel(String name) | |
| Method Summary | |
|---|---|
| int | compare(Object aa, Object bb) |
| Set | getAllUsers() |
| String | getKey() |
| int | getLimit() |
| GenericMode | getMode() |
| String | getName() |
| String | getTopic() |
| void | setKey(String k) |
| void | setLimit(int l) |
| void | setMode(String m) |
| void | setTopic(String t) |
| String | toString() |