Skip to content

Instantly share code, notes, and snippets.

@richo
Created November 14, 2012 00:55
Show Gist options
  • Save richo/4069491 to your computer and use it in GitHub Desktop.
Save richo/4069491 to your computer and use it in GitHub Desktop.
servers = (
{
address = "storm.psych0tik.net";
chatnet = "psych0tik";
port = "6697";
use_ssl = "yes";
ssl_verify = "no";
ssl_pkey = "~/.irssi/certs/psych0tik-richo.key";
ssl_cert = "~/.irssi/certs/psych0tik-richo.crt";
},
{
address = "mudkipz.psych0tik.net";
chatnet = "psych0tik";
port = "6697";
use_ssl = "yes";
ssl_verify = "no";
ssl_pkey = "~/.irssi/certs/psych0tik-richo.key";
ssl_cert = "~/.irssi/certs/psych0tik-richo.crt";
},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment