mIRC Home    About    Download    Register    News    Help

Print Thread
#208521 22/01/09 12:01 PM
Joined: Jan 2009
Posts: 7
B
bdazzle Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2009
Posts: 7
Everytime I try to connect to a particular network with mIRC I keep getting this error.

-qld-chat.bigpond.com- Looking up the hostname for 139.134.5.88...
-
-qld-chat.bigpond.com- Successfully resolved your IP to **.***.**.**.
-
-qld-chat.bigpond.com- Please wait while your system is scanned for insecure proxy servers...
-
-qld-chat.bigpond.com- No open proxies were found on your system.
-
SER Unknown command.

I can connect to it using differnt IRC clients and can connect to it using mIRC with proxies, but when I connect to it with my isp it just won't connect.

Any ideas?

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
SER Unknown command.

That looks like you have a script that send a command to the server, the command is not bounded to any aliases, try look for

raw 421:*:

or

$numeric == 421

or

421 == $numeric

Can be found in your remote (ALT + R) in mirc.

and see if it's a halt somewhere there, or simply reinstall mirc without any scripts and try connect again and see if it works.

;------- Edit

You can also search for:

on :connect: {

and see where the command SER is sent from, then ether remove it or use a ; to stop it from trigger when connecting:

on :connect: {
command
command
;ser
command
}

Last edited by sparta; 23/01/09 11:06 AM.

if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Jan 2009
Posts: 7
B
bdazzle Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2009
Posts: 7
Yeah I have been using a straight copy of mIRC no scripts or anything. I can connect to every other network but I just can't connect to that network, and now there is also an extra message now that says

ONG: Unknown Command.

I have no idea.

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Type the following command, then try connecting again:

/remote off

-genius_at_work

Joined: Jan 2009
Posts: 7
B
bdazzle Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2009
Posts: 7
Just tried it and it didn't make any difference.


Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
In any window, type this command and post the results in this forum:

//echo -a $script(0) $dll(0) $os $version $md5($mircexe,2)

-genius_at_work

Joined: Jan 2009
Posts: 7
B
bdazzle Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2009
Posts: 7
This is what I got

1 0 Vista 6.34 89b1e9d899bbbc243dc43cfb7577a5d2

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Have you tried updating to the lastest version of mIRC?

-genius_at_work

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Does this still happen if you connect to IRC on a port other than 6667? How about via SSL?

Joined: Jan 2009
Posts: 7
B
bdazzle Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2009
Posts: 7
I was using the latest version of mIRC but I ended up going back to this one to see if the newest one was the problem.

I don't know how to connect using ssl, but the connection problem is spread across all ports the network uses.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
What ports are those? Does the problem occur on other networks or just that one?

Joined: Jan 2009
Posts: 7
B
bdazzle Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2009
Posts: 7
It's only on that particular network, every other one I have tried to connect to works fine.

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Then I'd suggest asking the people who run that IRC server for assistance. My guess was that it's a problem with your router/modem firmware or some firewall software, but if other networks work fine that seems unlikely.

Make sure you've tried connecting via port 7000: /server qld-chat.bigpond.com 7000
If it still doesn't work, type /!quote TEST in the status window while connecting and see if it gives an unknown command error for "TEST" or just "EST".

Joined: Jan 2009
Posts: 7
B
bdazzle Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Jan 2009
Posts: 7
Yeah I've tried connecting via port 7000 and still the same problem.

-> Server: TEST
-
TEST Unknown command.

That looks ok too so I don't know. I guess I'll just have to talk to the admins and see what they come up with.

Thanks for the help everyone.


Link Copied to Clipboard