public class KickEvent extends IRCEvent
Channel.kick(String, String)
IRCEvent.Type
Constructor and Description |
---|
KickEvent(java.lang.String rawEventData,
Session session,
java.lang.String byWho,
java.lang.String who,
java.lang.String message,
Channel channel) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
byWho()
Gets the nick of the user who
did the kicking
|
Channel |
getChannel()
Gets the channel object someone was kicked from
|
java.lang.String |
getMessage()
Gets the kick message
|
java.lang.String |
getWho()
Gets the nick of who was kicked
|
getRawEventData, getSession, getType, toString
arg, args, command, getHostName, getNick, getUserName, numeric, prefix
public java.lang.String byWho()
public java.lang.String getWho()
public java.lang.String getMessage()
public Channel getChannel()