Most recent message first
Anirudh Oppiliappan x@icyphox.sh
Wed, 29 Dec 2021 21:29:51 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
plugins/tell.go
→
plugins/tell.go
@@ -139,7 +139,7 @@ }
// Sort tells by time. sort.Slice(tells, func(i, j int) bool { - return tells[i].Time.Before(tells[j].Time) + return tells[j].Time.Before(tells[i].Time) }) // Formatted tells in a slice, for joining into a string