Package | Description |
---|---|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
org.kitteh.irc.client.library.event.user |
Modifier and Type | Class and Description |
---|---|
class |
ChannelJoinEvent
|
class |
ChannelKickEvent
A
User has kicked another User! |
class |
ChannelPartEvent
|
class |
RequestedChannelJoinCompleteEvent
I have successfully joined the channel I wanted! Will fire each time the
client joins a channel added via
Client.addChannel(java.lang.String...) and not removed
via Client.removeChannel(java.lang.String) , such as if the client is repeatedly
kicked and then invited back. |
class |
UnexpectedChannelLeaveViaKickEvent
I have left a channel I want to be in, via kick!
|
class |
UnexpectedChannelLeaveViaPartEvent
I have left a channel I want to be in, via part!
|
Modifier and Type | Class and Description |
---|---|
class |
UserQuitEvent
A
User has quit the server! |
Copyright © 2013–2021 Kitteh. All rights reserved.