Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't respond to “note:” messages
Seemed like a good idea but nobody uses it in practice. Moreover,
people sometimes say “note: blah blah” and it triggers needlessly.
  • Loading branch information
AlexDaniel committed Jul 1, 2019
1 parent f613a28 commit 8299405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbin/Notable.p6
Expand Up @@ -100,7 +100,7 @@ multi method irc-to-me($msg where

my %*BOT-ENV;

Notable.new.selfrun: notable6, [ / [note|@shortcuts]6? <before ‘:’> /,
Notable.new.selfrun: notable6, [ / [@shortcuts]6? <before ‘:’> /,
fuzzy-nick(notable6, 1) ]

# vim: expandtab shiftwidth=4 ft=perl6
2 changes: 1 addition & 1 deletion xt/notable.t
Expand Up @@ -10,7 +10,7 @@ my $t = Testable.new: bot => ‘Notable’;

$t.common-tests: help => Like this: {$t.bot-nick}: weekly rakudo is now 10x faster;

$t.shortcut-tests: <note: note6: weekly:>,
$t.shortcut-tests: (weekly:,),
<note weekly>;

$t.test(fallback,
Expand Down

0 comments on commit 8299405

Please sign in to comment.