Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.command |
Helper classes for executing a subset of commands.
|
Modifier and Type | Method and Description |
---|---|
@NonNull MonitorCommand |
Client.Commands.monitor()
Provides a new MONITOR command.
|
Modifier and Type | Method and Description |
---|---|
@NonNull MonitorCommand |
MonitorCommand.action(@NonNull MonitorCommand.Action action)
Sets the action for the command.
|
@NonNull MonitorCommand |
MonitorCommand.target(@NonNull Collection<String> targets)
Sets the target(s) for the command, assuming
MonitorCommand.Action.ADD_TARGET
or MonitorCommand.Action.REMOVE_TARGET . |
@NonNull MonitorCommand |
MonitorCommand.target(String... targets)
Sets the target(s) for the command, assuming
MonitorCommand.Action.ADD_TARGET
or MonitorCommand.Action.REMOVE_TARGET . |
Copyright © 2013–2021 Kitteh. All rights reserved.