diff --git a/modules/ideone.pl b/modules/ideone.pl index bb464dc9..8e6b26fb 100755 --- a/modules/ideone.pl +++ b/modules/ideone.pl @@ -157,7 +157,7 @@ while(1) { $text = $e; $text =~ s/^'//; $text =~ s/'$//; - $subcode = "replace $modifier '$text' with '' and $r"; + $subcode = "replace $modifier '$text' with ''$r"; } else { print "$nick: Unbalanced single quotes. Usage: !cc remove [all, first, .., tenth, last] 'text' [and ...]\n"; exit 0;