diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/bot.p6 | 6 |
1 files changed, 0 insertions, 6 deletions
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 } } }; |