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.