i2ptunnel: Fix IRC USER filtering

Wasn't passing through user and realname fields
Pass through RFC 2812 mode field if present
reported by RN
This commit is contained in:
zzz
2022-11-12 15:26:27 -05:00
parent 7b75ee5a0a
commit e54f5ffadd
3 changed files with 33 additions and 7 deletions
@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Git";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 14;
public final static long BUILD = 15;
/** for example "-test" */
public final static String EXTRA = "-rc";