I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 60ab9468 authored by dev's avatar dev
Browse files

fixed i2ptunnel ircserver

parent 7f33eb49
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,7 @@ public class I2PTunnelIRCServer extends I2PTunnelServer implements Runnable { ...@@ -173,6 +173,7 @@ public class I2PTunnelIRCServer extends I2PTunnelServer implements Runnable {
// USER zzz1 abcd1234.i2p localhost :zzz // USER zzz1 abcd1234.i2p localhost :zzz
// this whole class is for these two lines... // this whole class is for these two lines...
buf.append("USER ").append(field[idx]).append(' ').append(newHostname); buf.append("USER ").append(field[idx]).append(' ').append(newHostname);
buf.append(' ');
buf.append(field[idx+2]).append(' ').append(field[idx+3]).append("\r\n"); buf.append(field[idx+2]).append(' ').append(field[idx+3]).append("\r\n");
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment