AW: [IRCServices] Help! Notice -- Link [unknown@ip.address]
dropped, no N: line
Yusuf Iskenderoglu
uhc0 at rz.uni-karlsruhe.de
Sun Sep 30 12:34:00 PDT 2001
On Sun, 30 Sep 2001, WillyB on Devil at ManiAwaste wrote:
> Hello Yusuf....
>
> Yes.. Here are the lines in ircd.conf:
>
> Y:2:90:300:10:4000000
> U:*.maniawaste.net:*:*
This will not work on Bahamut.
U:services.maniawaste.net:*:*
is correct.
>
> C:66.12.219.*:ThePassWord:*.maniawaste.net::2
> N:66.12.219.*:CryptedPassWd:*.maniawaste.net::2
Those will not work on Bahamut.
C:66.12.219.xxx:ThePassWord:services.maniawaste.net::2
N:66.12.219.xxx:ThePassWord:services.maniawaste.net::2
are correct.
You may try 66.12.219.*, since aconf->host might use match.
But aconf->name, in this case "services.maniawaste.net"
does not use match.
it compared *.maniawaste.net with services.maniawaste.net
and saw that they are not the same string. So there is no N line.
Regards;
yusuf.