Undo recent blink addition

This commit is contained in:
Pragmatic Software 2016-10-23 03:50:34 -07:00
parent 7f00047af8
commit 0397068a7f
1 changed files with 1 additions and 1 deletions

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