aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--chatcommands.go4
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c8162cb..092309a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,2 @@
# mt-multiserver-chatcommands
-mt-multiserver-chatcommands is a plugin for mt-multiserver-proxy that adds the default chat commands
+mt-multiserver-chatcommands provides a useful chat command interface for mt-multiserver-proxy.
diff --git a/chatcommands.go b/chatcommands.go
index e585e11..409603f 100644
--- a/chatcommands.go
+++ b/chatcommands.go
@@ -1,3 +1,7 @@
+/*
+mt-multiserver-chatcommands provides a useful chat command interface
+for mt-multiserver-proxy.
+*/
package main
import (