From 43f17e1e6db343a35ae40bf937e970c85d7f295f Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Tue, 23 Jan 2018 20:44:15 -0300 Subject: Don't use parse-names in examples. --- examples/bot.p6 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples') diff --git a/examples/bot.p6 b/examples/bot.p6 index aa55fd8..2656770 100755 --- a/examples/bot.p6 +++ b/examples/bot.p6 @@ -77,12 +77,6 @@ sub MAIN(Str:D $username, Str:D $password, :$home-server = "https://matrix.depre say "Someone is saying hi!"; "Hello @ {DateTime.now}" } - when /poop/ { - parse-names "PILE OF POO" - } - when /wink/ { - parse-names "WINKING FACE" - } default { say "Dunno what's telling me"; Str } } }; -- cgit v1.2.3-54-g00ecf