Java port

These are old archives. They are kept for historic purposes only.
Post Reply
static-x
Posts: 28
Joined: Sat Jul 23, 2005 2:43 am

Java port

Post by static-x »

how can I setup a java port only no other uses can enter with any other chat program
I tried this didnt work?
listen <127.1.1:6667> {
options {
java;

};
};
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

1: The <> shouldnt be there.
2: The java; option was added for compatibility with CR javachat.
3: There is no foolproof way to tell java clients from normal clients, so unreal, without any sort of module or modification, is not designed to try to tell them apart.


NOTE: Anything that javachat can do, I can mimic in a custom app, or mIRC script/plugin, etc.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Ron2K

Re: Java port

Post by Ron2K »

static-x wrote: listen <127.1.1:6667> {
options {
java;

};
};
That's one of the wierdest IP addresses I've ever seen :P
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

You're right! I didnt even look past the <>, as that is enough to make it not function, but that is also an invalid IP address
Why the hell can't my signature be empty?
"Your message contains too few characters."
static-x
Posts: 28
Joined: Sat Jul 23, 2005 2:43 am

Post by static-x »

yea i post that from the config of doc not whats in my unreal config i know about <> on the ip address not a nooblet at this.
tdw
Posts: 105
Joined: Sat Aug 06, 2005 12:40 pm

Post by tdw »

guess you are on english..
Post Reply