From 2cfe7f5aeb2ff32a55e0035526a04978aa256cb3 Mon Sep 17 00:00:00 2001 From: Benny Morrison Date: Sun, 17 Mar 2019 21:04:12 -0400 Subject: adjusted !users sanitize section --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 0c59272..8676794 100644 --- a/main.go +++ b/main.go @@ -142,12 +142,12 @@ func main() { userlist := strings.Split(out.String(), " ") var sanilist string for i, e := range userlist { - userlist[i] = "~" + e + userlist[i] = "_" + e } for i := range userlist { sanilist += userlist[i] } - c.Cmd.Reply(e, sanilist[:9]) + c.Cmd.Reply(e, sanilist[:11]) return } // number of total human users on the server -- cgit 1.4.1-2-gfad0