mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-12 03:08:11 -07:00
PROXY: Remove command, I don't think it's that useful
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user