public static interface ServerInfo.WithManagement extends ServerInfo
ServerInfo.WithManagement
Modifier and Type | Method and Description |
---|---|
void |
addISupportParameter(ISupportParameter parameter)
Adds an ISUPPORT parameter to the list of supported parameters.
|
Optional<ChannelUserMode> |
getTargetedChannelInfo(String name)
Gets the channel user mode for a targeted channel name, such as
+#channel targeting voiced users.
|
void |
setAddress(String serverAddress)
Sets the server address.
|
void |
setMotd(List<String> motd)
Sets the MOTD.
|
void |
setUserModes(List<UserMode> userModes)
Sets the user modes.
|
void |
setVersion(String version)
Sets the version.
|
getAddress, getCaseMapping, getChannelLengthLimit, getChannelLimits, getChannelMode, getChannelModes, getChannelPrefixes, getChannelUserMode, getChannelUserModes, getISupportParameter, getISupportParameter, getISupportParameters, getMotd, getNetworkName, getNickLengthLimit, getUserModes, getVersion, hasWhoXSupport, isValidChannel
void addISupportParameter(@Nonnull ISupportParameter parameter)
parameter
- parameter to add@Nonnull Optional<ChannelUserMode> getTargetedChannelInfo(@Nonnull String name)
name
- channel name with mode tagvoid setAddress(@Nonnull String serverAddress)
serverAddress
- server addressvoid setUserModes(@Nonnull List<UserMode> userModes)
userModes
- user modesCopyright © 2013–2019 Kitteh. All rights reserved.