Modifier and Type | Method and Description |
---|---|
User[] |
PircBot.getUsers(java.lang.String channel)
Returns an array of all users in the specified channel.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PircBot.onUserList(java.lang.String channel,
User[] users)
This method is called when we receive a user list from the server
after joining a channel.
|
PircBot Java IRC Bot.