diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | chatcommands.go | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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 ( |