aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-05-28 09:23:41 -0400
committerZoffix Znet <cpan@zoffix.com>2016-05-28 09:23:41 -0400
commit68fdab7eabc3e1e74f110eade7ceda5868c9c8da (patch)
treebc3231adeb17585f817c81b0fea42605721b0abc
parent8e5ba14cd32ce3946b3f54b9e9efeb25ae48c203 (diff)
Write stuff
-rw-r--r--DESIGN/01-main.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md
index d80223c..97cd370 100644
--- a/DESIGN/01-main.md
+++ b/DESIGN/01-main.md
@@ -792,6 +792,10 @@ is the mode set and the value is the argument for that mode (i.e. "limit",
For user modes, the `.modes` method returns a list of `Str` of the modes
set.
+The received message objectect will be one of the subclasses of
+`IRC::Client::Message::Mode` object: `IRC::Client::Message::Mode::Channel`
+or `IRC::Client::Message::Mode::User`.
+
## `irc-topic`
```perl6