1
0
Fork 0
forked from External/ergo

move command parsing and hostname lookups into the socket routine

This commit is contained in:
Jeremy Latt 2014-02-23 17:04:24 -08:00
parent ff5656fdb4
commit 0bf968e19e
5 changed files with 49 additions and 140 deletions

View file

@ -176,7 +176,6 @@ type Replier interface {
type Command interface {
Code() StringCode
Client() *Client
Source() Identifier
}
type ServerCommand interface {