diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-10 13:41:06 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2021-09-10 13:41:06 +0200 |
commit | 04bdbba9e9aa77c42f21e4d75ffa035d03daad05 (patch) | |
tree | cb939b955f538291ba08d8847a701556398b4fe8 | |
parent | d9496ac2b54acb558bce5c0c1fe0d8d9461a64e5 (diff) |
Change description
-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 ( |