Accept telnet usage strings

master
HimbeerserverDE 2021-09-12 14:46:22 +02:00
parent 499524d9bc
commit 064e267de7
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 6 additions and 5 deletions

View File

@ -11,6 +11,7 @@ type ChatCmd struct {
Perm string
Help string
Usage string
TelnetUsage string
Handler func(*ClientConn, io.Writer, ...string) string
}