1
0
Fork 0
forked from External/ergo

replies shouldn't contain references to client

This commit is contained in:
Jeremy Latt 2014-02-19 19:30:49 -08:00
parent 9c385ededd
commit 25ebab37d3
5 changed files with 17 additions and 17 deletions

View file

@ -176,7 +176,7 @@ type Replier interface {
type Reply interface {
Code() ReplyCode
Format(*Client) []string
Source() Identifier
Source() string
}
type Command interface {