summaryrefslogtreecommitdiff
path: root/server/commands.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/commands.go')
-rw-r--r--server/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/commands.go b/server/commands.go
index 0b56aaf..8154b7b 100644
--- a/server/commands.go
+++ b/server/commands.go
@@ -110,7 +110,7 @@ var commands = map[string]commandHandler {
sort.Strings(usages)
ctx.sender.OnCommandOutput(ctx.server, "Available commands:")
for _, usage := range usages {
- ctx.sender.OnCommandOutput(ctx.server, "&7* &e" + usage)
+ ctx.sender.OnCommandOutput(ctx.server, "* " + usage)
}
return ""
}