diff --git a/fun.go b/fun.go index 71999a0..0af56b0 100644 --- a/fun.go +++ b/fun.go @@ -549,7 +549,7 @@ func attoreplacer(m string) string { } func ontoreplacer(h string) string { - return fmt.Sprintf(`%s`, serverName, + return fmt.Sprintf(`%s`, serverName, strings.ToLower(h[1:]), h) }