aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 08:59:03 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 08:59:03 -0400
commita89de7c56c9c729408b4b283406e4f62b4abc289 (patch)
tree09bdfcb8bff626bbdb18ffc1dd0422e880aabe91
parentc7d2a62f75d2656348ef7793b423c0dbe5e76526 (diff)
Write stuff
-rw-r--r--DESIGN/01-main.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md
index 7412e57..68db37d 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -282,14 +282,14 @@ Returns an `IRC::Client::Channel` object for the channel given as positional
argument, or `False` if no such channel seems to exist. Unless our client is
currently *on* that channel, that existence is
determined with `LIST` IRC command, so there will be some false negatives,
-such as when attempting to get an object for a channel with secret mode set
-that we are currently aren't on.
+such as when attempting to get an object for a channel with secret mode set.
-The channel object provides the following methods. The Client Object tracks
-state for any of the joined channels, so some information will be cached
+The Client Object tracks state for any of the joined channels, so some
+information obtainable via the Channel Object will be cached
and retrieved from that state, whenever possible. Otherwise, a request
to the server will be generated. Return values will be empty (empty lists
-or empty strings) when requests fail.
+or empty strings) when requests fail. The channel object provides the
+following methods.
### `.has`