mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
get rid of editableCommand
This commit is contained in:
parent
d1a299792e
commit
77d053ccac
4 changed files with 39 additions and 43 deletions
|
|
@ -193,6 +193,8 @@ type Replier interface {
|
|||
type Command interface {
|
||||
Code() StringCode
|
||||
Client() *Client
|
||||
SetCode(StringCode)
|
||||
SetClient(*Client)
|
||||
}
|
||||
|
||||
type ServerCommand interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue