ii:// links full support
This commit is contained in:
parent
a68beced0e
commit
cc29ef4bb2
3
II/T.pm
3
II/T.pm
@ -190,7 +190,8 @@ sub pre {
|
||||
=~ s/\[img (.+)\]/<a href="$1"><img src="$1" width="15%" height="15%" \/><\/a>/g;
|
||||
|
||||
# ii uri
|
||||
$post =~ s/ii:\/\/(.{20})\s/<a href="\/send?hash=$1">$1<\/a>/g;
|
||||
$post =~ s/ii:\/\/(\w+(\.)?\w+\.\d{2,4})/<a href="\/e?echo=$1&view=thread">$1<\/a>/g;
|
||||
$post =~ s/ii:\/\/(\w{20})/<a href="\/send?hash=$1">$1<\/a>/g;
|
||||
|
||||
# Not are regexp parsing
|
||||
my $pre = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user