1
0
Fork 0
forked from External/ergo

kick command

This commit is contained in:
Jeremy Latt 2014-02-16 23:29:11 -08:00
parent af5a05f390
commit a9d7f64693
7 changed files with 152 additions and 65 deletions

View file

@ -171,7 +171,7 @@ type Reply interface {
}
type Command interface {
Name() string
Code() StringCode
Client() *Client
Source() Identifier
Reply(Reply)