Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up alt_nicks
  • Loading branch information
MasterDuke17 committed Jul 15, 2016
1 parent 48693da commit 40fb215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchable.pl
Expand Up @@ -107,7 +107,7 @@ sub help {
port => '6667',
channels => ['#perl6', '#perl6-dev'],
nick => $name,
alt_nicks => [$name . '2', $name . '3', 'bench'],
alt_nicks => ['bench'],
username => ucfirst $name,
name => 'Time code with specific revisions of Rakudo',
ignore_list => [],
Expand Down
2 changes: 1 addition & 1 deletion bisectable.pl
Expand Up @@ -158,7 +158,7 @@ sub help {
port => '6667',
channels => ['#perl6', '#perl6-dev'],
nick => $name,
alt_nicks => [$name . '2', $name . '3', 'bisect'],
alt_nicks => ['bisect'],
username => ucfirst $name,
name => 'Quick git bisect for Rakudo',
ignore_list => [],
Expand Down
2 changes: 1 addition & 1 deletion committable.pl
Expand Up @@ -104,7 +104,7 @@ sub help {
port => '6667',
channels => ['#perl6', '#perl6-dev'],
nick => $name,
alt_nicks => [$name . '2', $name . '3', 'commit'],
alt_nicks => ['commit'],
username => ucfirst $name,
name => 'Run code with a specific revision of Rakudo',
ignore_list => [],
Expand Down

0 comments on commit 40fb215

Please sign in to comment.