From 0397068a7f5c09fd131773588f01598de1dd5094 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 23 Oct 2016 03:50:34 -0700 Subject: [PATCH] Undo recent blink addition --- PBot/Factoids.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; } }