about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.go4
1 files 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