diff --git a/PBot/Factoids.pm b/PBot/Factoids.pm index 8e0f1801..ac0b3044 100644 --- a/PBot/Factoids.pm +++ b/PBot/Factoids.pm @@ -621,7 +621,7 @@ sub interpreter { if ($arguments =~ m/\$/) { $target = $arguments; } elsif ($action !~ m{^/call\s}) { - return "/me blinks at $nick."; + #return "/me blinks at $nick."; } }