public static interface Client.Commands
Modifier and Type | Method and Description |
---|---|
AwayCommand |
away()
Provides a new AWAY command.
|
CapabilityRequestCommand |
capabilityRequest()
Provides a new CAP REQ command.
|
KickCommand |
kick(Channel channel)
Provides a new KICK command.
|
ChannelModeCommand |
mode(Channel channel)
Provides a new channel MODE command.
|
MonitorCommand |
monitor()
Provides a new MONITOR command.
|
OperCommand |
oper()
Provides a new OPER command.
|
TopicCommand |
topic(Channel channel)
Provides a new TOPIC command.
|
WallopsCommand |
wallops()
Provides a new WALLOPS command.
|
WhoisCommand |
whois()
Provides a new WHOIS command.
|
@Nonnull AwayCommand away()
@Nonnull CapabilityRequestCommand capabilityRequest()
@Nonnull ChannelModeCommand mode(@Nonnull Channel channel)
channel
- channel in which the mode is being changed@Nonnull KickCommand kick(@Nonnull Channel channel)
channel
- channel in which the kick is happening@Nonnull MonitorCommand monitor()
@Nonnull OperCommand oper()
@Nonnull TopicCommand topic(@Nonnull Channel channel)
channel
- channel in which the topic is being changed@Nonnull WallopsCommand wallops()
@Nonnull WhoisCommand whois()
Copyright © 2013–2019 Kitteh. All rights reserved.