mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
kick command
This commit is contained in:
parent
af5a05f390
commit
a9d7f64693
7 changed files with 152 additions and 65 deletions
|
|
@ -171,7 +171,7 @@ type Reply interface {
|
|||
}
|
||||
|
||||
type Command interface {
|
||||
Name() string
|
||||
Code() StringCode
|
||||
Client() *Client
|
||||
Source() Identifier
|
||||
Reply(Reply)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue