forked from External/ergo
move command parsing and hostname lookups into the socket routine
This commit is contained in:
parent
ff5656fdb4
commit
0bf968e19e
5 changed files with 49 additions and 140 deletions
|
|
@ -176,7 +176,6 @@ type Replier interface {
|
|||
type Command interface {
|
||||
Code() StringCode
|
||||
Client() *Client
|
||||
Source() Identifier
|
||||
}
|
||||
|
||||
type ServerCommand interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue