about summary refs log tree commit diff stats
path: root/main.go
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-17 21:06:11 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-17 21:06:11 -0400
commit36170309d584de75076b1307b75a8ce3a4e313d4 (patch)
tree03d90b209f0e0861797c515a010261182862ce8b /main.go
parent2cfe7f5aeb2ff32a55e0035526a04978aa256cb3 (diff)
downloadgoofbot-36170309d584de75076b1307b75a8ce3a4e313d4.tar.gz
adjusted !users sanitize section
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8676794..3535510 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[:11])
+			c.Cmd.Reply(e, sanilist[:5])
 			return
 		}
 		// number of total human users on the server