3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-09 04:48:43 +02:00

Undo recent blink addition

This commit is contained in:
Pragmatic Software 2016-10-23 03:50:34 -07:00
parent 7f00047af8
commit 0397068a7f

View File

@ -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.";
}
}