mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-28 01:38:10 -07:00
get rid of editableCommand
This commit is contained in:
@@ -193,6 +193,8 @@ type Replier interface {
|
||||
type Command interface {
|
||||
Code() StringCode
|
||||
Client() *Client
|
||||
SetCode(StringCode)
|
||||
SetClient(*Client)
|
||||
}
|
||||
|
||||
type ServerCommand interface {
|
||||
|
||||
Reference in New Issue
Block a user