If you want to chat with me I can be found on irc.mindcry.org (SSL required on port 6697) channel #openbsd.
irsii example:
servers = (
{
address = "irc.mindcry.org";
chatnet = "openbsd";
port = "6697";
use_ssl = "yes";
ssl_verify = "yes";
ssl_cafile = "/path/to/certificate";
autoconnect = "yes";
}
);
chatnets = {
openbsd = { type = "IRC"; };
};
channels = (
{ name = "#openbsd"; chatnet = "openbsd"; autojoin = "yes"; }
);
The SSL certficate is at http://www.mindcry.org/mindcry.pem.
More information at http://www.mindcry.org/irc.html.