@users link
This commit is contained in:
parent
e7c0716a67
commit
1bc343fe5a
3
II/T.pm
3
II/T.pm
@ -193,6 +193,9 @@ sub pre {
|
||||
$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;
|
||||
|
||||
# Users
|
||||
$post =~ s/@(\w+)(\s|,)/<a href="\/u?user=$1">$1<\/a>$2/g;
|
||||
|
||||
# Not are regexp parsing
|
||||
my $pre = 0;
|
||||
my $txt;
|
||||
|
Loading…
Reference in New Issue
Block a user