diff --git a/chat.php b/chat.php
index c438f42..bb0fc59 100644
--- a/chat.php
+++ b/chat.php
@@ -3030,9 +3030,9 @@ function create_hotlinks($message){
$message=preg_replace_callback('/<<([^<>]+)>>/u',
function ($matches){
if(strpos($matches[1], '://')===false){
- return "$matches[1]";
+ return "$matches[1]";
}else{
- return "$matches[1]";
+ return "$matches[1]";
}
}
, $message);