Hi, In irssi I connect to a bouncer service like this:
chatnets = {
myserver = {
type = "IRC";
username = "[email protected]"; };
};
servers = (
{
address = "vista.3e.org";
chatnet = "bouncer";
port = "6668";
password = "dmd:mypassword";
use_ssl = "no";
ssl_verify = "no";
}
);
How can I connect to this in Yaaic?
Thanks
Daniel Drucker

