From fec1b475f9c6ff12081543565687d495f25e608f Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 28 May 2016 09:04:32 -0400 Subject: Write stuff --- DESIGN/01-main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN/01-main.md b/DESIGN/01-main.md index 3b82a19..1c53f82 100644 --- a/DESIGN/01-main.md +++ b/DESIGN/01-main.md @@ -370,7 +370,7 @@ back to the originator of the message. For example, here's a potential implementation of `PRIVMSG` handler that receives the message object: ```perl6 - method irc-privmsg ($msg) { + method irc-privmsg-channel ($msg) { return IRC_NEXT unless $msg.channel eq '#perl6'; $msg.reply: 'Nice to meet you!'; } -- cgit v1.1