Automatically send server password
xorquewasp-gM/[email protected] Wed, 20 Aug 2008 21:19:36 +0100
| Newsgroups | gmane.network.silc.devel |
|---|---|
| Message-ID | <[email protected]> |
For some reason, I can't get silc-client (irssi) to automatically
send server passwords. It'll just sit there at the Password: prompt.
This is especially annoying if I've been disconnected due to network
outage and come back to find my client sitting at a prompt.
This bare minimum config doesn't do it:
settings = {
core = {
real_name = "nobody";
user_name = "person";
nick = "person";
};
silc = { alternate_nick = "person_"; };
};
servers = (
{
address = "silc.example.org";
port = "706";
password = "ytwICK0JZMUk";
autoconnect = "yes";
}
);
Specifying the password on the command line with -w doesn't do
it either.
Is there some way to fix this?
xw
_______________________________________________________________________
Info: https://lists.silcnet.org/mailman/listinfo/silc-announce
Archive: https://lists.silcnet.org/pipermail/silc-announce
FAQ: http://silcnet.org/support/faq/