all repos — paprika @ 1fb89eade8189decfa4977aa0c55a8a79e0d01fa

go rewrite of taigabot

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

1fb89eade8189decfa4977aa0c55a8a79e0d01fa

parent

e4901c29247df262a725e344dcd03079c2923f5e

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