Password Incorrect

These are old archives. They are kept for historic purposes only.
Post Reply
Magical
Posts: 6
Joined: Fri Oct 22, 2004 9:44 pm

Password Incorrect

Post by Magical »

hey! :D

When I try to oper, I "Password Incorrect"

I tried with different idents, like *@* myident@* and so on.
The password IS correct, and I know it's case sensetive.
Tried with different oper-syntaxes aswell, like:
/oper nick pass
/oper pass nick
/oper nick
/oper pass

Tried changing password and username, still won't work. Keeps saying "Password Incorrect".

Using plain text for pass, no encryption.

Running latest Unreal IRCd on Windows XP.


Any ideas? :S
Cheers guys!
Plasma
Posts: 31
Joined: Tue Jun 22, 2004 6:08 am

Post by Plasma »

Have you restarted the server (or rehashed the config file) for the changes to take effect?
Magical
Posts: 6
Joined: Fri Oct 22, 2004 9:44 pm

Post by Magical »

Plasma wrote:Have you restarted the server (or rehashed the config file) for the changes to take effect?
Yes, restarted/rehashed Unreal IRCd, and reconnected to the network with my oper-client. :?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Type /stats o and check, if your oper block is appearing.

The correct syntax is /oper <login> <password>, you don't need to try anything else :P

Oh, and:
Are you using any scripts in your IRC Client?
Plasma
Posts: 31
Joined: Tue Jun 22, 2004 6:08 am

Post by Plasma »

Oh, and paste what you have here in your oper block that will help.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

If you are using a script as Dukat asked try: /quote oper <login> <pass>

If that works then your script is modifying the output of the /oper command.
Magical
Posts: 6
Joined: Fri Oct 22, 2004 9:44 pm

Post by Magical »

katsklaw wrote:If you are using a script as Dukat asked try: /quote oper <login> <pass>

If that works then your script is modifying the output of the /oper command.
Using my own script. Tried the above, did not work.

Oper-block:

oper magic {
class clients;
from {
userhost [email protected];
};
password "ballen111";
flags {
netadmin;
global;
};
};



Tried with userhosts such as *@* and magic@* aswell.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

And what's the output of /stats o now?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

and your typing:

Code: Select all

/oper magic ballen111
Magical
Posts: 6
Joined: Fri Oct 22, 2004 9:44 pm

Post by Magical »

Dukat wrote:And what's the output of /stats o now?
Ah, haven't set it to a public stat yet, sec.
Magical
Posts: 6
Joined: Fri Oct 22, 2004 9:44 pm

Post by Magical »

katsklaw wrote:and your typing:

Code: Select all

/oper magic ballen111
yes indeed
Magical
Posts: 6
Joined: Fri Oct 22, 2004 9:44 pm

Post by Magical »

It works now, thanks for all help guys!
Post Reply