Add Help and Usage strings to ChatCmd

master
HimbeerserverDE 2021-09-10 10:50:31 +02:00
parent c02d9a2adb
commit 1c5a72c3ef
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ import "sync"
type ChatCmd struct {
Name string
Perm string
Help string
Usage string
Handler func(*ClientConn, ...string) string
}