Page 1 of 1

Closing Link: Chris[localhost.] (Password mismatch)???

Posted: Fri Oct 14, 2005 10:20 pm
by ChrisS
I set up UnrealIRCd on my machine, and configured the unrealircd.conf file. Now, when I go to my client, it gives me this error:
Closing Link: Chris[localhost.] (Password mismatch)
I have tried using both localhost and my server domain. I have tried 3 clients. I have set a password in the unrealircd.conf file, unse
it, and tried changing my nick. I have also set and removed the line that set/unset host restrictions. What am i doing wrong?

-Chris

Posted: Sat Oct 15, 2005 12:30 am
by Syzop
If you don't want a password, remove the 'password' line from your allow block(s). Be sure to restart the ircd after that. (yes, you could also rehash, but in your case since you have no users on it, a restart is better)

Posted: Sat Oct 15, 2005 5:57 pm
by ChrisS
Syzop wrote:If you don't want a password, remove the 'password' line from your allow block(s). Be sure to restart the ircd after that. (yes, you could also rehash, but in your case since you have no users on it, a restart is better)
Yeah I figured that out a few hours after I posted that. I didn't notice i had left the

Code: Select all

password "";
like that. :roll: Anyways i fixed it. :D