aboutsummaryrefslogtreecommitdiff
path: root/examples/README.md
blob: 49b9056a38cac1ca2967e35f5f9b957cc8666a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)