mirror of
https://github.com/pragma-/pbot.git
synced 2025-01-03 08:32:42 +01:00
Testing codepad.pl
This commit is contained in:
parent
2160c36a8c
commit
b715f3053c
@ -151,6 +151,7 @@ sub dict_hash {
|
||||
foreach my $line (@lines) {
|
||||
$line =~ s/^\s+//;
|
||||
$line =~ s/\s+$//;
|
||||
$line =~ s/\s+/ /g;
|
||||
|
||||
if($line =~ m/^([a-z]) (\d+): (.*)/i) {
|
||||
($type, $number, $text) = ($1, $2, $3);
|
||||
|
Loading…
Reference in New Issue
Block a user