(t text.TextComponent)
| 207 | } |
| 208 | |
| 209 | func Chat(t text.TextComponent) { |
| 210 | Printlnf("%s %s %s: %s", timeColor(timeString()), chatColor("CHAT "), stackColor(stackCallerModule(5)), SprintText(t)) |
| 211 | } |
| 212 | |
| 213 | // prints the contents prefixed by a carriage return + time, blue info text and suffixed with a newline and "> " |
| 214 | func Infoln(v ...any) { |
no test coverage detected