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 --- examples/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/README.md (limited to 'examples/README.md') diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..49b9056 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,14 @@ +[[back to doc map]](../docs/README.md) + +# Examples + +These examples are covered in [the IRC::Client blog +post](http://perl6.party/post/IRC-Client-Perl-6-Multi-Server-IRC-Module) + +* [Uppercasing bot](01-uppercase-bot.p6) +* [Small bot with a couple of features](02-trickster-bot.p6) +* [Bot to announce GitHub notifications](03-github-notifications.p6) +* [Bash.org bot](04-bash-bot.p6) +* [Bash.org bot with pastebin filter](05-bash-bot-with-filter.p6) +* [Multi-server bot](06-multi-server.p6) +* [Multi-server message forwarder bot](07-multi-server-message-forwarder.p6) -- cgit v1.1