diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index 3535510..b43381e 100644 --- a/main.go +++ b/main.go @@ -147,7 +147,7 @@ func main() { for i := range userlist { sanilist += userlist[i] } - c.Cmd.Reply(e, sanilist[:5]) + c.Cmd.Reply(e, sanilist[:len(sanilist)-9]) return } // number of total human users on the server |