From c7d2a62f75d2656348ef7793b423c0dbe5e76526 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 28 May 2016 08:56:58 -0400 Subject: Write stuff --- DESIGN/01-main.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'DESIGN') 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. -- cgit v1.1