aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 08:56:58 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 08:56:58 -0400
commitc7d2a62f75d2656348ef7793b423c0dbe5e76526 (patch)
tree0b3efc4c35337d25fffbbd05f63410b2154f63a6
parentcd47243ccc31e5ba26e7a5086a9f12941f035199 (diff)
Write stuff
-rw-r--r--DESIGN/01-main.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md
index 2f98452..7412e57 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -278,8 +278,9 @@ given here will be passed as is to listener methods.
}
```
-Returns a `IRC::Client::Channel` object for the channel given as positional
-argument, or `False` if no such channel seem to exist. That existence is
+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.