Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
track nick change
  • Loading branch information
moritz committed Oct 3, 2014
1 parent 85970ab commit 945019a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -233,7 +233,7 @@ package Evalbot;
return if $info->{who} =~ m/^(dalek|preflex|yoleaux).?$/;
$message =~ s//\n/g;

if ($message =~ m/^p6eval:/) {
if ($message =~ m/^camelia:/) {
return "Usage: " . join(',', sort keys %impls) . ': $code';
} elsif ($message =~ m/\A$regex\s*(.*)\z/s){
my ($eval_name, $str) = ($1, $2);
Expand Down

0 comments on commit 945019a

Please sign in to comment.