aboutsummaryrefslogtreecommitdiff
path: root/examples/bot.pl6
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bot.pl6')
-rw-r--r--examples/bot.pl62
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bot.pl6 b/examples/bot.pl6
new file mode 100644
index 0000000..4840fab
--- /dev/null
+++ b/examples/bot.pl6
@@ -0,0 +1,2 @@
+use v6;
+use IRC::Client;