mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
replies shouldn't contain references to client
This commit is contained in:
parent
9c385ededd
commit
25ebab37d3
5 changed files with 17 additions and 17 deletions
|
|
@ -176,7 +176,7 @@ type Replier interface {
|
|||
type Reply interface {
|
||||
Code() ReplyCode
|
||||
Format(*Client) []string
|
||||
Source() Identifier
|
||||
Source() string
|
||||
}
|
||||
|
||||
type Command interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue