aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-29 19:21:20 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-29 19:21:20 -0400
commite3c619494601a8628b8a27bd855fa9b1506c0728 (patch)
tree5bce316ec49ba996b69e2d150cf075fc3ec5bd65 /docs
parentdb4b16e06ee14205a988263942524e1d754f8f64 (diff)
Add examples; fix up docs
Diffstat (limited to 'docs')
-rw-r--r--docs/03-method-reference.md5
-rw-r--r--docs/README.md3
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/03-method-reference.md b/docs/03-method-reference.md
index 1aafda2..7b6ddb6 100644
--- a/docs/03-method-reference.md
+++ b/docs/03-method-reference.md
@@ -538,6 +538,11 @@ server-specific configuration. Valid keys in the configuration are
of the `IRC::Client.new` method and if any key is omitted, the value
of the `.new`'s argument will be used.
+If `:servers` is not specified, then a server will be created with the
+label `_` (underscore).
+
+**By default** not specified.
+
##### `:username`
The IRC username to use. **Defaults to:** `Perl6IRC`
diff --git a/docs/README.md b/docs/README.md
index ff476b2..227436f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -2,8 +2,9 @@
# Documentation Map
-* [Blog Post](#not-published)
+* [Blog Post](http://perl6.party/post/IRC-Client-Perl-6-Multi-Server-IRC-Module)
* [Basics Tutorial](01-basics.md)
* [Event Reference](02-event-reference.md)
* [Method Reference](03-method-reference.md)
* [Big-Picture Behaviour](04-big-picture-behaviour.md)
+* [Examples](../examples/README.md)