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 AwayCommand |
Client.Commands.away()
Provides a new AWAY command.
|
Modifier and Type | Method and Description |
---|---|
@NonNull AwayCommand |
AwayCommand.away(@Nullable String message)
Sets the away message for the command.
|
@NonNull AwayCommand |
AwayCommand.notAway()
Removes the away message, meaning the command will set the Client as
not away.
|
Copyright © 2013–2021 Kitteh. All rights reserved.