all repos — paprika @ 17ded8c89cc2a6df14f6e3d2431e3bbe349f8ccc

go rewrite of taigabot

Most recent message first
Anirudh Oppiliappan x@icyphox.sh
Wed, 29 Dec 2021 21:29:51 +0530
commit

17ded8c89cc2a6df14f6e3d2431e3bbe349f8ccc

parent

4b86d263d510786dc98eabc539596abcdbf1f978

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/tell.goplugins/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