Skip to content

Commit bd46463

Browse files
committed
Improve javadoc (closes #269)
1 parent 96b0086 commit bd46463

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/org/kitteh/irc/client/library/Client.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,10 @@ void initialize(@NonNull String name, @NonNull NetworkHandler networkHandler,
10321032
@NonNull CapabilityManager getCapabilityManager();
10331033

10341034
/**
1035-
* Gets the named channel.
1035+
* Gets a snapshot of known information about a named channel, if the
1036+
* channel is being tracked by the client. Results should be expected
1037+
* after the client has joined the channel, and will contain as much
1038+
* information as is available to the client at the time of the request.
10361039
*
10371040
* @param name channel name
10381041
* @return a channel snapshot of the named channel if tracked by the

0 commit comments

Comments
 (0)