Uses of Class
org.jibble.pircbot.User

Uses of User in org.jibble.pircbot
 

Methods in org.jibble.pircbot that return User
 User[] PircBot.getUsers(java.lang.String channel)
          Returns an array of all users in the specified channel.
 

Methods in org.jibble.pircbot with parameters of type User
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.