forked from External/ergo
PROXY: Remove command, I don't think it's that useful
This commit is contained in:
parent
06028e0117
commit
43e28e2fef
8 changed files with 10 additions and 55 deletions
|
|
@ -126,8 +126,7 @@ func (client *Client) run() {
|
|||
var line string
|
||||
var msg ircmsg.IrcMessage
|
||||
|
||||
// Set the hostname for this client. The client may later send a PROXY
|
||||
// command from stunnel that sets the hostname to something more accurate.
|
||||
// Set the hostname for this client
|
||||
client.hostname = AddrLookupHostname(client.socket.conn.RemoteAddr())
|
||||
|
||||
//TODO(dan): Make this a socketreactor from ircbnc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue