mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
Improved codepad.pl
This commit is contained in:
parent
617f98ad5c
commit
c93174ac15
@ -77,4 +77,9 @@ $output =~ s/\s+/ /g;
|
||||
$output =~ s/^\s+//g;
|
||||
$output =~ s/\s+$//g;
|
||||
|
||||
$output =~ s/ Line 1 ://g;
|
||||
$output =~ s/ \(first use in this function\)//g;
|
||||
$output =~ s/error: \(Each undeclared identifier is reported only once.*?\)//g;
|
||||
$output =~ s/error: (.*?) error/error: $1; error/g;
|
||||
|
||||
print "$nick: $output\n";
|
||||
|
Loading…
Reference in New Issue
Block a user