@@ 26,7 26,7 @@ import (
"log"
notrand "math/rand"
"net/http"
- "net/url"
+ //"net/url"
"os"
"strings"
"time"
@@ 1470,7 1470,8 @@ func junkuser(user *WhatAbout) junk.Junk {
if ava := user.Options.Avatar; ava != "" {
a["url"] = ava
} else {
- a["url"] = fmt.Sprintf("https://https://ols.wtf/avatar?seed=%s", serverName, url.QueryEscape(user.URL))
+ //a["url"] = fmt.Sprintf("https://ols.wtf/avatar?seed=%s", url.QueryEscape(user.URL))
+ a["url"] = fmt.Sprintf("https://ols.wtf/pro.jpg")
}
j["icon"] = a
} else {