Skip to content

Instantly share code, notes, and snippets.

@wwalker
Created April 15, 2020 00:16
Show Gist options
  • Save wwalker/7d9619d7cb6c7d5aa629a0e7b68b8c52 to your computer and use it in GitHub Desktop.
Save wwalker/7d9619d7cb6c7d5aa629a0e7b68b8c52 to your computer and use it in GitHub Desktop.
asdf
servers = (
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6667";
password = "asdfzxcv";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
chatnets = { freenode = { type = "IRC"; nick = "pnht"; }; };
channels = (
{ name = "#irssi"; chatnet = "freenode"; autojoin = "yes"; }
);
settings = {
core = { real_name = "Unknown"; user_name = "ww"; nick = "ww"; };
"fe-text" = { actlist_sort = "refnum"; };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment