fixed i2ptunnel ircserver

This commit is contained in:
dev
2009-02-28 12:26:58 +00:00
parent 7f33eb4959
commit 60ab94689c

View File

@ -173,6 +173,7 @@ public class I2PTunnelIRCServer extends I2PTunnelServer implements Runnable {
// USER zzz1 abcd1234.i2p localhost :zzz
// this whole class is for these two lines...
buf.append("USER ").append(field[idx]).append(' ').append(newHostname);
buf.append(' ');
buf.append(field[idx+2]).append(' ').append(field[idx+3]).append("\r\n");
break;
}