aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin_chatcmd.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin_chatcmd.go b/plugin_chatcmd.go
index c5915dc..7df2365 100644
--- a/plugin_chatcmd.go
+++ b/plugin_chatcmd.go
@@ -5,6 +5,8 @@ import "sync"
type ChatCmd struct {
Name string
Perm string
+ Help string
+ Usage string
Handler func(*ClientConn, ...string) string
}