From e3c619494601a8628b8a27bd855fa9b1506c0728 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 29 Jul 2016 19:21:20 -0400 Subject: Add examples; fix up docs --- docs/03-method-reference.md | 5 +++++ docs/README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') 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) -- cgit v1.1